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-16 |
Michael Paquier | Refresh some incorrect links in pg_crc.c/h |
tree | commitdiff |
2019-10-08 |
Peter Eisentraut | Remove some code for old unsupported versions of MSVC |
tree | commitdiff |
2019-10-05 |
Tomas Vondra | Change MemoryContextMemAllocated to return Size |
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-22 |
Tom Lane | Fix failure to zero-pad the result of bitshiftright(). |
tree | commitdiff |
2019-09-20 |
Alvaro Herrera | Split out code into new getKeyJsonValueFromContainer() |
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-11 |
Tom Lane | Rearrange postmaster's startup sequence for better... |
tree | commitdiff |
2019-08-28 |
Thomas Munro | Avoid catalog lookups in RelationAllowsEarlyPruning(). |
tree | commitdiff |
2019-08-19 |
Andres Freund | Add fmgr.h include to selfuncs.h. |
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-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-13 |
Michael Paquier | Fix inconsistencies and typos in the tree, take 10 |
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-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-24 |
Heikki Linnakangas | Use full 64-bit XID for checking if a deleted GiST... |
tree | commitdiff |
2019-07-22 |
Michael Paquier | Fix inconsistencies and typos in the tree |
tree | commitdiff |
2019-07-07 |
Michael Paquier | Remove more unreferenced function declarations |
tree | commitdiff |
2019-07-05 |
Tom Lane | Remove unreferenced function declarations. |
tree | commitdiff |
2019-07-01 |
Michael Paquier | Fix many typos and inconsistencies |
tree | commitdiff |
2019-07-01 |
Noah Misch | Don't read fields of a misaligned ExpandedObjectHeader... |
tree | commitdiff |
2019-06-30 |
Peter Eisentraut | Don't call data type input functions in GUC check hooks |
tree | commitdiff |
2019-06-30 |
Peter Eisentraut | Remove explicit error handling for obsolete date/time... |
tree | commitdiff |
2019-06-19 |
Alexander Korotkov | Support 'q' flag in jsonpath 'like_regex' predicate |
tree | commitdiff |
2019-06-17 |
Michael Paquier | Fix more typos and inconsistencies in the tree |
tree | commitdiff |
2019-06-15 |
Tomas Vondra | Rework the pg_statistic_ext catalog |
tree | commitdiff |
2019-06-13 |
Alvaro Herrera | Fix double-word typos |
tree | commitdiff |
2019-05-26 |
Amit Kapila | Fix typos. |
tree | commitdiff |
2019-05-22 |
Tom Lane | Phase 2 pgindent run for v12. |
tree | commitdiff |
2019-05-22 |
Tom Lane | Initial pgindent run for v12. |
tree | commitdiff |
2019-05-19 |
Andres Freund | Fix and improve SnapshotType comments. |
tree | commitdiff |
2019-05-03 |
Tom Lane | Remove RelationSetIndexList(). |
tree | commitdiff |
2019-04-13 |
Tom Lane | Prevent memory leaks associated with relcache rd_partch... |
tree | commitdiff |
2019-04-08 |
Fujii Masao | Add vacuum_truncate reloption. |
tree | commitdiff |
2019-04-06 |
Michael Paquier | Add support TCP user timeout in libpq and the backend... |
tree | commitdiff |
2019-04-04 |
Robert Haas | Allow VACUUM to be run with index cleanup disabled. |
tree | commitdiff |
2019-04-03 |
Tomas Vondra | Add SETTINGS option to EXPLAIN, to print modified settings. |
tree | commitdiff |
2019-04-03 |
Alvaro Herrera | Log all statements from a sample of transactions |
tree | commitdiff |
2019-04-03 |
Alvaro Herrera | Support foreign keys that reference partitioned tables |
tree | commitdiff |
2019-04-01 |
Alexander Korotkov | GIN support for @@ and @? jsonpath operators |
tree | commitdiff |
2019-03-30 |
Peter Eisentraut | Generated columns |
tree | commitdiff |
2019-03-29 |
Andres Freund | tableam: relation creation, VACUUM FULL/CLUSTER, SET... |
tree | commitdiff |
2019-03-24 |
Andres Freund | tableam: Add tuple_{insert, delete, update, lock} and... |
tree | commitdiff |
2019-03-22 |
Peter Eisentraut | Revert "Add gitignore entries for jsonpath_gram.h" |
tree | commitdiff |
2019-03-22 |
Peter Eisentraut | Add gitignore entries for jsonpath_gram.h |
tree | commitdiff |
2019-03-22 |
Peter Eisentraut | Collations with nondeterministic comparison |
tree | commitdiff |
2019-03-20 |
Alexander Korotkov | Get rid of jsonpath_gram.h and jsonpath_scanner.h |
tree | commitdiff |
2019-03-19 |
Alexander Korotkov | Rename typedef in jsonpath_gram.y from "string" to... |
tree | commitdiff |
2019-03-18 |
Peter Eisentraut | Fix optimization of foreign-key on update actions |
tree | commitdiff |
2019-03-16 |
Alexander Korotkov | Numeric error suppression in jsonpath |
tree | commitdiff |
2019-03-16 |
Alexander Korotkov | Partial implementation of SQL/JSON path language |
tree | commitdiff |
2019-03-11 |
Alvaro Herrera | Move hash_any prototype from access/hash.h to utils... |
tree | commitdiff |
2019-03-10 |
Tom Lane | Convert [autovacuum_]vacuum_cost_delay into floating... |
tree | commitdiff |
2019-03-09 |
Noah Misch | Avoid some table rewrites for ALTER TABLE .. SET DATA... |
tree | commitdiff |
2019-03-06 |
Andres Freund | tableam: introduce table AM infrastructure. |
tree | commitdiff |
2019-02-21 |
Tom Lane | Move estimate_hashagg_tablesize to selfuncs.c, and... |
tree | commitdiff |
2019-02-21 |
Robert Haas | Move code for managing PartitionDescs into a new file... |
tree | commitdiff |
2019-02-15 |
Tom Lane | Refactor index cost estimation functions in view of... |
tree | commitdiff |
2019-02-14 |
Tom Lane | Move pattern selectivity code from selfuncs.c to like_s... |
tree | commitdiff |
2019-02-11 |
Alvaro Herrera | Fix misleading PG_RE_THROW commentary |
tree | commitdiff |
2019-02-09 |
Tom Lane | Build out the planner support function infrastructure. |
tree | commitdiff |
2019-02-09 |
Tom Lane | Create the infrastructure for planner support functions. |
tree | commitdiff |
2019-02-09 |
Tom Lane | Refactor the representation of indexable clauses in... |
tree | commitdiff |
2019-01-29 |
Tom Lane | Rename nodes/relation.h to nodes/pathnodes.h. |
tree | commitdiff |
2019-01-25 |
Peter Eisentraut | Allow generalized expression syntax for partition bounds |
tree | commitdiff |
2019-01-22 |
Andres Freund | Rename RelationData.rd_amroutine to rd_indam. |
tree | commitdiff |
2019-01-22 |
Andres Freund | Move remaining code from tqual.[ch] to heapam.h / heapa... |
tree | commitdiff |
2019-01-22 |
Andres Freund | Move generic snapshot related code from tqual.h to... |
tree | commitdiff |
2019-01-22 |
Andres Freund | Change snapshot type to be determined by enum rather... |
tree | commitdiff |
2019-01-21 |
Andres Freund | Remove superfluous tqual.h includes. |
tree | commitdiff |
2019-01-15 |
Tom Lane | Finish reverting "recheck_on_update" patch. |
tree | commitdiff |
2019-01-10 |
Tom Lane | Fix C++ compile failures in headers. |
tree | commitdiff |
2019-01-09 |
Tom Lane | Reduce the size of the fmgr_builtin_oid_index[] array. |
tree | commitdiff |
2019-01-04 |
Alvaro Herrera | Don't create relfilenode for relations without storage |
tree | commitdiff |
2019-01-02 |
Bruce Momjian | Update copyright for 2019 |
tree | commitdiff |
2019-01-01 |
Michael Paquier | Remove configure switch --disable-strong-random |
tree | commitdiff |
2018-12-19 |
Tom Lane | Make type "name" collation-aware. |
tree | commitdiff |
2018-12-14 |
Tom Lane | Make pg_statistic and related code account more honestl... |
tree | commitdiff |
2018-12-13 |
Andres Freund | Create a separate oid range for oids assigned by genbki.pl. |
tree | commitdiff |
2018-12-13 |
Tom Lane | Drop no-op CoerceToDomain nodes from expressions at... |
tree | commitdiff |
2018-11-29 |
Alvaro Herrera | Add log_statement_sample_rate parameter |
tree | commitdiff |
2018-11-25 |
Peter Eisentraut | Integrate recovery.conf into postgresql.conf |
tree | commitdiff |
2018-11-21 |
Andres Freund | Remove WITH OIDS support, change oid catalog column... |
tree | commitdiff |
2018-11-15 |
Peter Eisentraut | A small tweak to some comments for PartitionKeyData |
tree | commitdiff |
2018-11-10 |
Tom Lane | Fix missing role dependencies for some schema and type... |
tree | commitdiff |
2018-10-23 |
Peter Eisentraut | Remove get_attidentity() |
tree | commitdiff |
2018-10-23 |
Peter Eisentraut | Remove get_atttypmod() |
tree | commitdiff |
2018-10-16 |
Andres Freund | Reorder FmgrBuiltin members, saving 25% in size. |
tree | commitdiff |
next |