Commit Graph

47291 Commits (be2e024bd6527b050da4ad02c921869fed84bb5d)
 

Author SHA1 Message Date
Bruce Momjian be2e024bd6 docs: PG 12 relnotes, update self-join item to mention ctid 7 years ago
Bruce Momjian 18ef7a34fe docs: PG 12 relnotes, move vacuumdb to the client app section 7 years ago
Michael Paquier f43608bda2 Fix typos and inconsistencies in code comments 7 years ago
Michael Paquier 96719e52b1 Use OpenSSL-specific ifdefs in sha2.h 7 years ago
Tom Lane d25ea01275 Avoid combinatorial explosion in add_child_rel_equivalences(). 7 years ago
Alvaro Herrera de87a084c0 Avoid spurious deadlocks when upgrading a tuple lock 7 years ago
Tom Lane 3c8f8f6ebe Mark ReplicationSlotCtl as PGDLLIMPORT. 7 years ago
Alvaro Herrera b976845815 Fix double-word typos 7 years ago
Bruce Momjian 4f41a72275 doc: PG 12 relnotes: update wording on truncate/vacuum item 7 years ago
Etsuro Fujita 8b6da83d16 postgres_fdw: Account for triggers in non-direct remote UPDATE planning. 7 years ago
Tom Lane 7dc6ae37de Doc: fix bogus example. 7 years ago
Tom Lane 9729c93608 Doc: improve description of allowed spellings for Boolean input. 7 years ago
Bruce Momjian 4bfb79ff6b docs: PG 12 relnotes, update btree items 7 years ago
Tom Lane 3d99a81397 Fix incorrect printing of queries with duplicated join names. 7 years ago
David Rowley ddc053dc50 doc: Fix grammatical error in partitioning docs 7 years ago
Bruce Momjian 9680728371 doc: PG 12 relnotes, list added snowball/FTS languages 7 years ago
Bruce Momjian 6a631a4546 doc: PG 12 relnotes, merge new SQL partition function items 7 years ago
Tom Lane e76de88615 Fix ALTER COLUMN TYPE failure with a partial exclusion constraint. 7 years ago
Michael Paquier ceac4505d3 Fix handling of COMMENT for domain constraints 7 years ago
David Rowley e788e849ad doc: Add best practises section to partitioning docs 7 years ago
Tom Lane 6f34fcbbd5 Fix conversion of JSON strings to JSON output columns in json_to_record(). 7 years ago
Alvaro Herrera 9f05c44ba4 Fix order of steps in DISCARD ALL documentation 7 years ago
Andres Freund fff2a7d7bd Don't access catalogs to validate GUCs when not connected to a DB. 7 years ago
Etsuro Fujita 92a88644d2 postgres_fdw: Reorder C includes. 7 years ago
Michael Paquier 727e45c8a4 Fix documentation of ALTER TABLE for stored values 7 years ago
Robert Haas 132a1c101a tableam: Fix index_build_range_scan parameter name. 7 years ago
Alvaro Herrera 33a53130a8 Make pg_dump emit ATTACH PARTITION instead of PARTITION OF (reprise) 7 years ago
Alexander Korotkov b6987a885b Fix operator naming in pg_trgm GUC option descriptions 7 years ago
Alexander Korotkov ba3783e024 Add docs of missing GUC to pgtrgm.sgml 7 years ago
Alexander Korotkov 852ddfbbe2 Fix docs indentation in pgtrgm.sgml 7 years ago
Noah Misch ae78a9456c MSVC: Reconcile clean.bat with PostgreSQL 12 work. 7 years ago
Noah Misch 44982e7d09 Reconcile nodes/*funcs.c with PostgreSQL 12 work. 7 years ago
Michael Paquier cf4263cc6c Switch position of some declarations in libpq.h 7 years ago
Michael Paquier b880e22de4 Fix some typos 7 years ago
Noah Misch a806b14a11 Update documentation about SIGKILL of postmaster. 7 years ago
Noah Misch f2c71cb71f Stop using spelling "nonexistant". 7 years ago
Noah Misch 31d250e049 Update stale comments, and fix comment typos. 7 years ago
Amit Kapila 92c4abc736 Fix assorted inconsistencies. 7 years ago
Michael Paquier 35b2d4bc0e Move be-gssapi-common.h into src/include/libpq/ 7 years ago
Michael Paquier 84d4de97e8 Improve some comments in pg_checksums about the needed clean shutdown 7 years ago
Heikki Linnakangas 77b68e3a4f Fix copy-pasto in freeing memory on error in vacuumlo. 7 years ago
Alvaro Herrera a36c84c3e4 Fix default_tablespace usage for partitioned tables 7 years ago
Amit Kapila d8261595bc Fix inconsistency in comments atop ExecParallelEstimate. 7 years ago
Alvaro Herrera e8bdea58f9 Fix message style 7 years ago
Michael Paquier 438e51987d Add forgotten translatable string in pg_checksums.c 7 years ago
Peter Eisentraut f65eced251 pg_waldump: Fix invalid option handling 7 years ago
Heikki Linnakangas cd96389d71 Fix confusion on different kinds of slots in IndexOnlyScans. 7 years ago
David Rowley 6c0c283837 Docs: concurrent builds of partitioned indexes are not supported 7 years ago
Peter Eisentraut b250898c76 doc: Add links to tables 7 years ago
David Rowley e24a815c1c Fix confusing NOTICE text in REINDEX CONCURRENTLY 7 years ago