| 2020-01-09 |
Tom Lane | Reconsider the representation of join alias Vars. |
commit | commitdiff | tree |
| 2020-01-09 |
Robert Haas | Add pg_shmem_allocations view. |
commit | commitdiff | tree |
| 2020-01-09 |
Robert Haas | Remove bogus 'return'. |
commit | commitdiff | tree |
| 2020-01-09 |
Magnus Hagander | Clarify that pg_trgm is used in example |
commit | commitdiff | tree |
| 2020-01-09 |
Peter Eisentraut | Add support for automatically updating Unicode derived... |
commit | commitdiff | tree |
| 2020-01-09 |
Andrew Dunstan | Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings |
commit | commitdiff | tree |
| 2020-01-08 |
Peter Eisentraut | Modernize Python exception syntax in tests |
commit | commitdiff | tree |
| 2020-01-08 |
Peter Eisentraut | Remove support for Python older than 2.6 |
commit | commitdiff | tree |
| 2020-01-08 |
Alvaro Herrera | Reimplement nullification of walsender timestamp |
commit | commitdiff | tree |
| 2020-01-08 |
Tom Lane | Improve the handling of result type coercions in SQL... |
commit | commitdiff | tree |
| 2020-01-08 |
Stephen Frost | Improve GSSAPI Encryption startup comment in libpq |
commit | commitdiff | tree |
| 2020-01-08 |
Tom Lane | Fix handling of generated columns in ALTER TABLE. |
commit | commitdiff | tree |
| 2020-01-08 |
Peter Eisentraut | pgbench: Use common logging API |
commit | commitdiff | tree |
| 2020-01-08 |
Michael Paquier | Revert "Forbid DROP SCHEMA on temporary namespaces" |
commit | commitdiff | tree |
| 2020-01-08 |
Michael Paquier | Remove dependency to system calls for memory allocation... |
commit | commitdiff | tree |
| 2020-01-07 |
Alvaro Herrera | pg_stat_activity: show NULL stmt start time for walsenders |
commit | commitdiff | tree |
| 2020-01-07 |
Robert Haas | tableam: New callback relation_fetch_toast_slice. |
commit | commitdiff | tree |
| 2020-01-07 |
Robert Haas | tableam: Allow choice of toast AM. |
commit | commitdiff | tree |
| 2020-01-07 |
Robert Haas | Increase the maximum value of track_activity_query_size. |
commit | commitdiff | tree |
| 2020-01-07 |
Tom Lane | Clean up management of IP addresses in our SSL tests. |
commit | commitdiff | tree |
| 2020-01-06 |
Tom Lane | Reduce the number of GetFlushRecPtr() calls done by... |
commit | commitdiff | tree |
| 2020-01-06 |
Tom Lane | Add functions min_scale(numeric) and trim_scale(numeric). |
commit | commitdiff | tree |
| 2020-01-06 |
Peter Eisentraut | Have logical replication subscriber fire column triggers |
commit | commitdiff | tree |
| 2020-01-06 |
Michael Paquier | Remove support for OpenSSL 0.9.8 and 1.0.0 |
commit | commitdiff | tree |
| 2020-01-06 |
Peter Geoghegan | Remove redundant incomplete split assertion. |
commit | commitdiff | tree |
| 2020-01-05 |
Tom Lane | Minor style improvements for tab-completion test. |
commit | commitdiff | tree |
| 2020-01-05 |
Tatsuo Ishii | Docs: use more standard terminology "round-to-nearest... |
commit | commitdiff | tree |
| 2020-01-05 |
Tom Lane | Avoid reading ~/.inputrc in tab-completion test, and... |
commit | commitdiff | tree |
| 2020-01-04 |
Tom Lane | Don't try to force TERM to a fixed value in tab-complet... |
commit | commitdiff | tree |
| 2020-01-04 |
Tom Lane | In tab-completion test, print out the value of TERM... |
commit | commitdiff | tree |
| 2020-01-04 |
Noah Misch | Skip memcpy(x, x) in qunique(). |
commit | commitdiff | tree |
| 2020-01-04 |
Tom Lane | Make tab-completion tests more robust. |
commit | commitdiff | tree |
| 2020-01-04 |
Peter Eisentraut | Make better use of ParseState in ProcessUtility |
commit | commitdiff | tree |
| 2020-01-03 |
Peter Geoghegan | Add xl_btree_delete optimization. |
commit | commitdiff | tree |
| 2020-01-03 |
Tom Lane | Further fixes for tab-completion TAP tests. |
commit | commitdiff | tree |
| 2020-01-03 |
Tom Lane | Add an ugly workaround for a bug in some recent libedit... |
commit | commitdiff | tree |
| 2020-01-03 |
Peter Eisentraut | pgbench: Improve test description |
commit | commitdiff | tree |
| 2020-01-03 |
Amit Kapila | Fix typos in parallel query docs. |
commit | commitdiff | tree |
| 2020-01-03 |
Peter Geoghegan | Clear up btree_xlog_split() alignment comment. |
commit | commitdiff | tree |
| 2020-01-03 |
Tom Lane | Minor portability fixes for new TAP script. |
commit | commitdiff | tree |
| 2020-01-02 |
Peter Geoghegan | Correct _bt_delitems_vacuum() lock comments. |
commit | commitdiff | tree |
| 2020-01-02 |
Alvaro Herrera | Fix cloning of row triggers to sub-partitions |
commit | commitdiff | tree |
| 2020-01-02 |
Tom Lane | Add basic TAP tests for psql's tab-completion logic. |
commit | commitdiff | tree |
| 2020-01-02 |
Tom Lane | Fix typmod exposed for scalar function in FROM, too. |
commit | commitdiff | tree |
| 2020-01-02 |
Peter Geoghegan | Reorder two nbtree.h function prototypes. |
commit | commitdiff | tree |
| 2020-01-02 |
Tom Lane | Fix collation exposed for scalar function in FROM. |
commit | commitdiff | tree |
| 2020-01-02 |
Tom Lane | Make parser rely more heavily on the ParseNamespaceItem... |
commit | commitdiff | tree |
| 2020-01-02 |
Peter Eisentraut | Fix comment in test |
commit | commitdiff | tree |
| 2020-01-02 |
Amit Kapila | Fix running out of file descriptors for spill files. |
commit | commitdiff | tree |
| 2020-01-02 |
Peter Geoghegan | Revise BTP_HAS_GARBAGE nbtree VACUUM comments. |
commit | commitdiff | tree |
| 2020-01-02 |
Tom Lane | Test GROUP BY matching of join columns that are type... |
commit | commitdiff | tree |
| 2020-01-01 |
Peter Geoghegan | Update btree_xlog_delete() comments. |
commit | commitdiff | tree |
| 2020-01-01 |
Bruce Momjian | Update copyrights for 2020 |
commit | commitdiff | tree |
| 2019-12-31 |
Peter Eisentraut | Modernize Python exception syntax in documentation |
commit | commitdiff | tree |
| 2019-12-28 |
Tom Lane | Micro-optimize AllocSetFreeIndex() by reference to... |
commit | commitdiff | tree |
| 2019-12-27 |
Alvaro Herrera | Add pg_dump test for triggers on partitioned tables |
commit | commitdiff | tree |
| 2019-12-27 |
Bruce Momjian | doc: add examples of creative use of unique expression... |
commit | commitdiff | tree |
| 2019-12-27 |
Bruce Momjian | docs: clarify infinite range values from data-type... |
commit | commitdiff | tree |
| 2019-12-27 |
Michael Paquier | Forbid DROP SCHEMA on temporary namespaces |
commit | commitdiff | tree |
| 2019-12-26 |
Michael Paquier | Revert "Rename files and headers related to index AM" |
commit | commitdiff | tree |
| 2019-12-26 |
Tom Lane | Fix possible loss of sync between rectypeid and underly... |
commit | commitdiff | tree |
| 2019-12-26 |
Tom Lane | Improve comments in utils/rel.h. |
commit | commitdiff | tree |
| 2019-12-26 |
Tom Lane | Refactor parser's generation of Var nodes. |
commit | commitdiff | tree |
| 2019-12-26 |
Michael Paquier | Fix some comments related to logical repslot advancing |
commit | commitdiff | tree |
| 2019-12-26 |
Michael Paquier | Refactor code dedicated to index vacuuming in vacuumlazy.c |
commit | commitdiff | tree |
| 2019-12-26 |
Fujii Masao | Add note about how each partition's default value is... |
commit | commitdiff | tree |
| 2019-12-25 |
Tom Lane | Allow whole-row Vars to be used in partitioning express... |
commit | commitdiff | tree |
| 2019-12-25 |
Tom Lane | Remove equalPartitionDescs(). |
commit | commitdiff | tree |
| 2019-12-25 |
Tom Lane | Load relcache entries' partitioning data on-demand... |
commit | commitdiff | tree |
| 2019-12-25 |
Michael Paquier | Rename files and headers related to index AM |
commit | commitdiff | tree |
| 2019-12-24 |
Alvaro Herrera | Avoid splitting C string literals with \-newline |
commit | commitdiff | tree |
| 2019-12-24 |
Michael Paquier | Replace use of strerror() with %s by %m in pg_waldump |
commit | commitdiff | tree |
| 2019-12-24 |
Thomas Munro | Rotate instead of shifting hash join batch number. |
commit | commitdiff | tree |
| 2019-12-23 |
Joe Conway | Disallow null category in crosstab_hash |
commit | commitdiff | tree |
| 2019-12-23 |
Tom Lane | Disallow partition key expressions that return pseudo... |
commit | commitdiff | tree |
| 2019-12-23 |
Tom Lane | Prevent a rowtype from being included in itself via... |
commit | commitdiff | tree |
| 2019-12-23 |
Alvaro Herrera | GetPublicationByName: Don't repeat ourselves |
commit | commitdiff | tree |
| 2019-12-23 |
Peter Geoghegan | Normalize _bt_finish_split() argument names. |
commit | commitdiff | tree |
| 2019-12-23 |
Peter Geoghegan | Update nbtree LP_DEAD item deletion comments. |
commit | commitdiff | tree |
| 2019-12-22 |
Tom Lane | Avoid low-probability regression test failures in times... |
commit | commitdiff | tree |
| 2019-12-22 |
Peter Eisentraut | Fix compiler warning for ppoll() on Cygwin |
commit | commitdiff | tree |
| 2019-12-21 |
Tom Lane | In pgwin32_open, loop after ERROR_ACCESS_DENIED only... |
commit | commitdiff | tree |
| 2019-12-21 |
Bruce Momjian | C comment: clarify why psql's help/exit/quit must... |
commit | commitdiff | tree |
| 2019-12-21 |
Bruce Momjian | docs: clarify handling of column lists in COPY TO... |
commit | commitdiff | tree |
| 2019-12-20 |
Tom Lane | Adjust test case added by commit 6136e94dc. |
commit | commitdiff | tree |
| 2019-12-20 |
Tom Lane | libpq should expose GSS-related parameters even when... |
commit | commitdiff | tree |
| 2019-12-20 |
Peter Eisentraut | Clean up inconsistent backslash use in paths |
commit | commitdiff | tree |
| 2019-12-20 |
Peter Eisentraut | Generate pg_config.h from pg_config.h.in on Windows |
commit | commitdiff | tree |
| 2019-12-20 |
Peter Eisentraut | Disallow dropping rules on system tables by default |
commit | commitdiff | tree |
| 2019-12-20 |
Peter Eisentraut | Fix compiler warnings on MSYS2 |
commit | commitdiff | tree |
| 2019-12-20 |
Andrew Dunstan | Superuser can permit passwordless connections on postgr... |
commit | commitdiff | tree |
| 2019-12-19 |
Robert Haas | Extend the ProcSignal mechanism to support barriers. |
commit | commitdiff | tree |
| 2019-12-19 |
Peter Geoghegan | Remove unneeded "pin scan" nbtree VACUUM code. |
commit | commitdiff | tree |
| 2019-12-19 |
Bruce Momjian | revert: Remove meaningless assignments in nbtree code |
commit | commitdiff | tree |
| 2019-12-19 |
Bruce Momjian | Remove meaningless assignments in nbtree code |
commit | commitdiff | tree |
| 2019-12-19 |
Alvaro Herrera | makeArrayTypeName: Remove pointless relation open/close |
commit | commitdiff | tree |
| 2019-12-19 |
Tom Lane | Doc: add a short summary of available authentication... |
commit | commitdiff | tree |
| 2019-12-19 |
Robert Haas | Update neglected comment. |
commit | commitdiff | tree |
| 2019-12-19 |
Robert Haas | Fix minor problems with non-exclusive backup cleanup. |
commit | commitdiff | tree |
| 2019-12-19 |
Peter Eisentraut | Add support for MSYS2 |
commit | commitdiff | tree |
| next |