Commit Graph

15784 Commits (f201da39edcd6ac1ab9a3edf3e20e2a73bbbe69e)

Author SHA1 Message Date
Tom Lane f201da39ed Make configure prefer python3 to plain python. 4 years ago
Michael Paquier 44129c0432 doc: Fix description of pg_replication_origin_oid() in error case 4 years ago
Tom Lane 5987feb70b Make PQcancel use the PGconn's tcp_user_timeout and keepalives settings. 4 years ago
Robert Haas cc333f3233 Modify pg_basebackup to use a new COPY subprotocol for base backups. 4 years ago
Peter Eisentraut dda42ff8e6 Revert "Replace use of deprecated Python module distutils.sysconfig" 4 years ago
Peter Eisentraut e0e567a106 Replace use of deprecated Python module distutils.sysconfig 4 years ago
Michael Paquier 2158628864 Add support for --no-table-access-method in pg_{dump,dumpall,restore} 4 years ago
Thomas Munro f47ed79cc8 Test replay of regression tests, attempt II. 4 years ago
Michael Paquier dc686681e0 Introduce log_destination=jsonlog 4 years ago
Tomas Vondra 269b532aef Add stxdinherit flag to pg_statistic_ext_data 4 years ago
Tom Lane 4483b2cf29 Remove standby_schedule and associated test files. 4 years ago
Peter Geoghegan 49c9d9fcfa Unify VACUUM VERBOSE and autovacuum logging. 4 years ago
Thomas Munro dccee0f2b7 Revert "Test replay of regression tests." 4 years ago
Thomas Munro 123828a7fa Test replay of regression tests. 4 years ago
Thomas Munro 7170f2159f Allow "in place" tablespaces. 4 years ago
Fujii Masao 379a28b56a doc: Add "(process)" to the term "WAL receiver" in glossary. 4 years ago
Fujii Masao 790fbda902 Enhance pg_log_backend_memory_contexts() for auxiliary processes. 4 years ago
Amit Kapila 85c61ba892 Update docs of logical replication for commit 8d74fc96db. 4 years ago
Tom Lane 9ef2c65555 Doc: fix bogus example about ambiguous timestamps. 4 years ago
Jeff Davis 96a6f11c06 More cleanup of a2ab9c06ea. 4 years ago
Jeff Davis a2ab9c06ea Respect permissions within logical replication. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tom Lane 328dfbdabd Extend psql's \lo_list/\dl to be able to print large objects' ACLs. 4 years ago
Michael Paquier ee5822361d doc: Remove link to JSON support in the SQL specification 4 years ago
Magnus Hagander 69872d0bbe Fix typo 4 years ago
Fujii Masao 6e0cb3dec1 postgres_fdw: Allow postgres_fdw.application_name to include escape sequences. 4 years ago
Bruce Momjian e2e1bbde46 doc: clarify when expression indexes evaluate their expressions 4 years ago
Michael Paquier fc95d35b94 Correct comment and some documentation about REPLICA_IDENTITY_INDEX 4 years ago
Tom Lane 33d3eeadb2 Add a \getenv command to psql. 4 years ago
Peter Eisentraut 222b697ec0 doc: More documentation on regular expressions and SQL standard 4 years ago
Michael Paquier 3d5ffccb6d Add option -N/--no-sync to pg_upgrade 4 years ago
Fujii Masao 58e2e6eb67 doc: Add note about postgres_fdw.application_name. 4 years ago
Tom Lane 2a712066d0 Remove pg_dump's --no-synchronized-snapshots switch. 4 years ago
Michael Paquier 7acd01015c Adjust behavior of some env settings for the TAP tests of MSVC 4 years ago
Tom Lane e469f0aaf3 Remove pg_upgrade support for upgrading from pre-9.2 servers. 4 years ago
Tom Lane 30e7c175b8 Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers. 4 years ago
Tom Lane 922b23c13b Doc: de-document unimplemented geometric operators. 4 years ago
Tom Lane c5c192d7bd Implement poly_distance(). 4 years ago
Robert Haas 64da07c41a Default to log_checkpoints=on, log_autovacuum_min_duration=10m 4 years ago
Tom Lane 07eee5a0dc Create a new type category for "internal use" types. 4 years ago
Tomas Vondra 4c6145b514 Add bool to btree_gist documentation 4 years ago
Michael Paquier 5d08137076 Fix some typos with {a,an} 4 years ago
Tom Lane 6f0e6ab04d Doc: improve xfunc-c-type-table. 4 years ago
Peter Eisentraut d6f96ed94e Allow specifying column list for foreign key ON DELETE SET actions 4 years ago
Peter Eisentraut e9e63b7022 Fix inappropriate uses of PG_GETARG_UINT32() 4 years ago
Daniel Gustafsson fadac33bb8 Doc: Fix misleading wording of CRL parameters 4 years ago
Michael Paquier f2c52eeba9 pg_waldump: Emit stats summary when interrupted by SIGINT 4 years ago
Robert Haas 81fca310b3 Document that tar archives are now properly terminated. 4 years ago
Peter Eisentraut 5786fe154b doc: Some additional information about when to use referential actions 4 years ago
Amit Kapila eb7828f54a Doc: Add "Attach Partition" limitation during logical replication. 4 years ago