Commit Graph

15763 Commits (27b77ecf9f4d5be211900eda54d8155ada50d696)

Author SHA1 Message Date
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
Tomas Vondra 5753d4ee32 Ignore BRIN indexes when checking for HOT udpates 4 years ago
Amit Kapila 8d74fc96db Add a view to show the stats of subscription workers. 4 years ago
Tom Lane 4f33af23e7 Doc: improve documentation about ORDER BY in matviews. 4 years ago
Alvaro Herrera dd484c97f5
Copy-edit vacuuumdb --analyze-in-stages doc blurb 4 years ago
Alvaro Herrera 013bb6c8c0
Document units for max_slot_wal_keep_size 4 years ago
Tom Lane 4ac452e228 Doc: improve documentation about nextval()/setval(). 4 years ago
Heikki Linnakangas 373e552189 Fix missing space in docs. 4 years ago
Michael Paquier b2265d305d Add support for Visual Studio 2022 in build scripts 4 years ago
Michael Paquier 1922d7c6e1 Add SQL functions to monitor the directory contents of replication slots 4 years ago
Fujii Masao 1b06d7bac9 Report wait events for local shell commands like archive_command. 4 years ago
Daniel Gustafsson 3374a87b62 Doc: add see-also references to CREATE PUBLICATION. 4 years ago
Peter Eisentraut db9f287711 doc: Add referential actions to CREATE/ALTER TABLE synopsis 4 years ago
Tom Lane c3b33698cf Doc: improve protocol spec for logical replication Type messages. 4 years ago
Jeff Davis 4168a47454 Add pg_checkpointer predefined role for CHECKPOINT command. 4 years ago
Fujii Masao ec21779a58 doc: Add index entries for pg_stat_statements configuration parameters. 4 years ago
Tom Lane 160c025880 libpq: reject extraneous data after SSL or GSS encryption handshake. 4 years ago
Tom Lane cbe25dcff7 Disallow making an empty lexeme via array_to_tsvector(). 4 years ago
Alvaro Herrera df80f9da5c
Document that ALTER TABLE .. TYPE removes statistics 4 years ago
Alvaro Herrera 105c1de019
Pipeline mode disallows multicommand strings 4 years ago
Alvaro Herrera e543906e21
Document default and changeability of log_startup_progress_interval 4 years ago
Alvaro Herrera 00a354a135
Reword doc blurb for vacuumdb --analyze-in-stages 4 years ago