2019-10-26 |
Noah Misch | Fix copy-paste defect in comment. |
tree | commitdiff |
2019-10-26 |
Noah Misch | Update comment about __sync_lock_test_and_set() bug. |
tree | commitdiff |
2019-10-25 |
Peter Eisentraut | Remove obsolete information schema tables |
tree | commitdiff |
2019-10-25 |
Tom Lane | Improve management of statement timeouts. |
tree | commitdiff |
2019-10-21 |
Alexander Korotkov | Refactor jsonpath's compareDatetime() |
tree | commitdiff |
2019-10-19 |
Peter Eisentraut | Fix most -Wundef warnings |
tree | commitdiff |
2019-10-19 |
Noah Misch | For all ppc compilers, implement compare_exchange and... |
tree | commitdiff |
2019-10-19 |
Noah Misch | For PowerPC instruction "addi", use constraint "b". |
tree | commitdiff |
2019-10-19 |
Michael Paquier | Remove last traces of heap_open/close in the tree |
tree | commitdiff |
2019-10-17 |
Alvaro Herrera | Fix parallel restore of FKs to partitioned tables |
tree | commitdiff |
2019-10-16 |
Michael Paquier | Refresh some incorrect links in pg_crc.c/h |
tree | commitdiff |
2019-10-13 |
Tom Lane | In the postmaster, rely on the signal infrastructure... |
tree | commitdiff |
2019-10-12 |
Peter Eisentraut | Fix use of term "verifier" |
tree | commitdiff |
2019-10-08 |
Peter Eisentraut | Remove some code for old unsupported versions of MSVC |
tree | commitdiff |
2019-10-08 |
Michael Paquier | Update some outdated links about XLC and UNIX specification |
tree | commitdiff |
2019-10-08 |
Michael Paquier | Clarify some comments about ntstatus.h in win32_port.h |
tree | commitdiff |
2019-10-07 |
Peter Eisentraut | Simplify PGAC_STRUCT_TIMEZONE Autoconf macro |
tree | commitdiff |
2019-10-05 |
Tomas Vondra | Change MemoryContextMemAllocated to return Size |
tree | commitdiff |
2019-10-04 |
Andres Freund | Fix crash caused by EPQ happening with a before update... |
tree | commitdiff |
2019-10-04 |
Robert Haas | Rename some toasting functions based on whether they... |
tree | commitdiff |
2019-10-04 |
Tomas Vondra | Use Size instead of int64 to track allocated memory |
tree | commitdiff |
2019-10-04 |
Robert Haas | Remove AtSubStart_Notify. |
tree | commitdiff |
2019-10-03 |
Andrew Gierth | Selectively include window frames in expression walks... |
tree | commitdiff |
2019-10-02 |
Michael Paquier | Revert hooks for session start and end, take two |
tree | commitdiff |
2019-10-01 |
Tomas Vondra | Blind attempt to fix pglz_maximum_compressed_size |
tree | commitdiff |
2019-10-01 |
Tomas Vondra | Optimize partial TOAST decompression |
tree | commitdiff |
2019-10-01 |
Michael Paquier | Add hooks for session start and session end, take two |
tree | commitdiff |
2019-10-01 |
Tomas Vondra | Add transparent block-level memory accounting |
tree | commitdiff |
2019-09-25 |
Alexander Korotkov | Implement jsonpath .datetime() method |
tree | commitdiff |
2019-09-25 |
Alexander Korotkov | Allow datetime values in JsonbValue |
tree | commitdiff |
2019-09-25 |
Alexander Korotkov | Error suppression support for upcoming jsonpath .dateti... |
tree | commitdiff |
2019-09-25 |
Alexander Korotkov | Implement parse_datetime() function |
tree | commitdiff |
2019-09-25 |
Alvaro Herrera | Support reloptions of enum type |
tree | commitdiff |
2019-09-25 |
Alvaro Herrera | Split out recovery confing-writing code from pg_basebackup |
tree | commitdiff |
2019-09-25 |
Michael Paquier | Allow definition of lock mode for custom reloptions |
tree | commitdiff |
2019-09-24 |
Alvaro Herrera | Rework WAL-reading supporting structs |
tree | commitdiff |
2019-09-24 |
Fujii Masao | Speedup truncations of relation forks. |
tree | commitdiff |
2019-09-23 |
Andres Freund | Fix ExprState's tag to be of type NodeTag rather than... |
tree | commitdiff |
2019-09-22 |
Tom Lane | Fix failure to zero-pad the result of bitshiftright(). |
tree | commitdiff |
2019-09-21 |
Tom Lane | Straighten out leakproofness markings on text compariso... |
tree | commitdiff |
2019-09-21 |
Tom Lane | Fix up handling of nondeterministic collations with... |
tree | commitdiff |
2019-09-20 |
Alvaro Herrera | Split out code into new getKeyJsonValueFromContainer() |
tree | commitdiff |
2019-09-19 |
Alexander Korotkov | Improve handling of NULLs in KNN-GiST and KNN-SP-GiST |
tree | commitdiff |
2019-09-18 |
Fujii Masao | Remove unused smgrdounlinkfork() function. |
tree | commitdiff |
2019-09-17 |
Tom Lane | Fix bogus handling of XQuery regex option flags. |
tree | commitdiff |
2019-09-16 |
Alexander Korotkov | Support for FF1-FF6 datetime format patterns |
tree | commitdiff |
2019-09-15 |
Noah Misch | Revert "For all ppc compilers, implement pg_atomic_fetc... |
tree | commitdiff |
2019-09-14 |
Noah Misch | For all ppc compilers, implement pg_atomic_fetch_add_... |
tree | commitdiff |
2019-09-14 |
Noah Misch | Replace xlc __fetch_and_add() with inline asm. |
tree | commitdiff |
2019-09-13 |
Alvaro Herrera | Fix under-parenthesized macro definitions |
tree | commitdiff |
2019-09-13 |
Alvaro Herrera | Fix progress reporting of CLUSTER / VACUUM FULL |
tree | commitdiff |
2019-09-12 |
Peter Geoghegan | Fix nbtree page split rmgr desc routine. |
tree | commitdiff |
2019-09-12 |
Peter Geoghegan | Reorder two nbtree.h function prototypes. |
tree | commitdiff |
2019-09-11 |
Tom Lane | Rearrange postmaster's startup sequence for better... |
tree | commitdiff |
2019-09-10 |
Tomas Vondra | Allow setting statistics target for extended statistics |
tree | commitdiff |
2019-09-09 |
Andres Freund | Reorder EPQ work, to fix rowmark related bugs and impro... |
tree | commitdiff |
2019-09-08 |
Alexander Korotkov | Fix handling of NULL distances in KNN-GiST |
tree | commitdiff |
2019-09-07 |
Tom Lane | Fix issues around strictness of SIMILAR TO. |
tree | commitdiff |
2019-09-06 |
Robert Haas | Create an API for inserting and deleting rows in TOAST... |
tree | commitdiff |
2019-09-05 |
Tom Lane | Use data directory inode number, not port, to select... |
tree | commitdiff |
2019-09-05 |
Robert Haas | Split tuptoaster.c into three separate files. |
tree | commitdiff |
2019-09-05 |
Peter Eisentraut | Use explicit_bzero |
tree | commitdiff |
2019-09-03 |
Alvaro Herrera | Make XLogReaderInvalReadState static |
tree | commitdiff |
2019-09-03 |
Alvaro Herrera | Remove 'msg' parameter from convert_tuples_by_name |
tree | commitdiff |
2019-09-02 |
Michael Paquier | Add overflow-safe math inline functions for unsigned... |
tree | commitdiff |
2019-08-28 |
Thomas Munro | Avoid catalog lookups in RelationAllowsEarlyPruning(). |
tree | commitdiff |
2019-08-26 |
Tom Lane | Make comment in fmgr.h match the one in fmgr.c. |
tree | commitdiff |
2019-08-21 |
Peter Geoghegan | Update comments on nbtree stack struct. |
tree | commitdiff |
2019-08-21 |
Peter Eisentraut | Remove configure detection of crypt() |
tree | commitdiff |
2019-08-21 |
Alvaro Herrera | Fix typo |
tree | commitdiff |
2019-08-19 |
Andres Freund | Add fmgr.h include to selfuncs.h. |
tree | commitdiff |
2019-08-19 |
Michael Paquier | Fix inconsistencies and typos in the tree, take 11 |
tree | commitdiff |
2019-08-18 |
Tom Lane | Avoid conflicts with library versions of inet_net_ntop... |
tree | commitdiff |
2019-08-18 |
Tom Lane | Fix incidental warnings from cpluspluscheck. |
tree | commitdiff |
2019-08-17 |
Peter Eisentraut | Improve Assert output |
tree | commitdiff |
2019-08-16 |
Andres Freund | Remove fmgr.h includes from headers that don't really... |
tree | commitdiff |
2019-08-16 |
Andres Freund | Don't include utils/array.h from acl.h. |
tree | commitdiff |
2019-08-16 |
Andres Freund | Remove redundant prototypes for SQL callable functions. |
tree | commitdiff |
2019-08-14 |
Peter Geoghegan | Remove block number field from nbtree stack. |
tree | commitdiff |
2019-08-13 |
Michael Paquier | Fix inconsistencies and typos in the tree, take 10 |
tree | commitdiff |
2019-08-12 |
Tom Lane | Remove EState.es_range_table_array. |
tree | commitdiff |
2019-08-12 |
Tom Lane | Rationalize use of list_concat + list_copy combinations. |
tree | commitdiff |
2019-08-09 |
Tom Lane | Cosmetic improvements in setup of planner's per-RTE... |
tree | commitdiff |
2019-08-09 |
Michael Paquier | Refactor logic to remove trailing CR/LF characters... |
tree | commitdiff |
2019-08-05 |
Peter Geoghegan | Show specific OID suggestion in unused_oids output. |
tree | commitdiff |
2019-08-05 |
Noah Misch | Require the schema qualification in pg_temp.type_name... |
tree | commitdiff |
2019-08-05 |
Michael Paquier | Fix inconsistencies and typos in the tree, take 9 |
tree | commitdiff |
2019-08-04 |
Tomas Vondra | Revert "Add log_statement_sample_rate parameter" |
tree | commitdiff |
2019-08-04 |
Alvaro Herrera | Improve pruning of a default partition |
tree | commitdiff |
2019-08-02 |
Andres Freund | Fix representation of hash keys in Hash/HashJoin nodes. |
tree | commitdiff |
2019-08-01 |
Jeff Davis | Allow simplehash to use already-calculated hash values. |
tree | commitdiff |
2019-08-01 |
Tom Lane | Allow functions-in-FROM to be pulled up if they reduce... |
tree | commitdiff |
2019-08-01 |
Peter Geoghegan | Bump catversion. |
tree | commitdiff |
2019-08-01 |
Peter Geoghegan | Add sort support routine for the inet data type. |
tree | commitdiff |
2019-08-01 |
Tom Lane | Mark advisory-lock functions as parallel restricted... |
tree | commitdiff |
2019-07-31 |
Andres Freund | Remove superfluous newlines in function prototypes. |
tree | commitdiff |
2019-07-30 |
Heikki Linnakangas | Allow table AM's to use rd_amcache, too. |
tree | commitdiff |
2019-07-30 |
Michael Paquier | Fix memory leak coming from simple lists built in reindexdb |
tree | commitdiff |
2019-07-29 |
Michael Paquier | Fix inconsistencies and typos in the tree |
tree | commitdiff |
2019-07-29 |
Michael Paquier | Fix handling of expressions and predicates in REINDEX... |
tree | commitdiff |
next |