Commit Graph

49244 Commits (c7d65a252cdb7219deb48899fa643c5fd2cc3877)
 

Author SHA1 Message Date
Tom Lane c7d65a252c part_strategy does not need its very own keyword classification. 5 years ago
Peter Geoghegan 67b0b2dbf9 Reconsider nbtree page deletion assertion. 5 years ago
Alvaro Herrera c301c2e739
WITH TIES: number of rows is optional and defaults to one 5 years ago
Tom Lane 7966b79801 Stamp 13beta1. 5 years ago
Tom Lane fe0062c900 Remove unused variables. 5 years ago
Bruce Momjian b31d6efe3d doc: PG 13 relnotes: fix typos 5 years ago
Peter Eisentraut ac449d8801 Translation updates 5 years ago
Magnus Hagander a01debe3db Fix typos in README 5 years ago
Amit Kapila 7e041b0c1d Fix comment in slot.c. 5 years ago
Alexander Korotkov 18b9d22cef Cosmetic improvement for psql opfamily-related information 5 years ago
Alexander Korotkov 29b6ddd38d Fix translate_columns[] arrays in opfamily-related psql functions 5 years ago
Alexander Korotkov b1953e67e4 Improve ordering for \dAo and \dAp psql commands 5 years ago
Alvaro Herrera eeba6c7e43
Fix more typos and grammar problems in the glossary 5 years ago
Tom Lane 3048898e73 Mop-up for wait event naming issues. 5 years ago
Michael Paquier 2c8dd05d6c Make pg_stat_wal_receiver consistent with the WAL receiver's shmem info 5 years ago
Tom Lane e78b930945 Fix bugs in OpenSSL hook renaming. 5 years ago
Andrew Dunstan 36d1087611 Rename PQsetSSLKeyPassHook and friends 5 years ago
Alvaro Herrera 1cbc143f06
Fix typo in glossary 5 years ago
Tom Lane fa27dd40d5 Run pgindent with new pg_bsd_indent version 2.1.1. 5 years ago
Tom Lane e02ad575d8 Final pgindent run with pg_bsd_indent version 2.1. 5 years ago
Michael Paquier 7ccb2f54d9 Fix assertion with relation using REPLICA IDENTITY FULL in subscriber 5 years ago
Tom Lane 474e7da648 Change locktype "speculative token" to "spectoken". 5 years ago
Alvaro Herrera 1d3743023e
Fix walsender error cleanup code 5 years ago
Tom Lane 14a9101091 Drop the redundant "Lock" suffix from LWLock wait event names. 5 years ago
Tom Lane 8048404939 Fix bogus initialization of replication origin shared memory state. 5 years ago
Tom Lane 36ac359d36 Rename assorted LWLock tranches. 5 years ago
Alvaro Herrera a0ab4f4909
Add comments linking pg_strftime to timestamptz_to_str 5 years ago
Alvaro Herrera 242dfcbafa
Avoid killing btree items that are already dead 5 years ago
Tom Lane 5da14938f7 Rename SLRU structures and associated LWLocks. 5 years ago
Alvaro Herrera 756abe2bc7
Review of the glossary 5 years ago
Bruce Momjian 6755b61899 doc: PG 13 rels: use xref labels referencing ref/*.sgml files 5 years ago
Bruce Momjian 85af628da5 docs: add xreflabel entries for autovacuum, SP-GiST, and TOAST 5 years ago
Bruce Momjian 75fcdd2ae2 doc: add missing xreflabels to the main docs (not refs) 5 years ago
Bruce Momjian bc1c1de2cc doc: PG 13 relnotes: adjust UUID item, again 5 years ago
Bruce Momjian 065ea0c30d doc: PG 13 relnotes: fix uuid item 5 years ago
Bruce Momjian e90807085c doc: PG 13 relnotes: final SGML indenting adjustments 5 years ago
Bruce Momjian e936fcb54d doc: remove extra blank line at the top of SGML files 5 years ago
Bruce Momjian 8d4b23fcae doc: make ref/*.sgml file header comment layout consistent 5 years ago
Bruce Momjian ec5afb0a4e doc: PG 13 relnotes: fix xref link and remove extra word 5 years ago
Amit Kapila a9cf48a4cf Make COPY TO keep locks until the transaction end. 5 years ago
Bruce Momjian 39e7bcbbff docs: PG 13 relnotes: add links and SGML formatting 5 years ago
Michael Paquier ff87fabef2 Remove duplicated comment block in event_trigger.c 5 years ago
Tom Lane 2e619f86a9 Doc: hack on table 26.1 till it fits in PDF format. 5 years ago
Tom Lane 3d14c174cb Doc: tweak examples to silence line-too-long PDF build warnings. 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Bruce Momjian 1255466f83 doc: PG 13 relnotes: move docbook version change to doc sect. 5 years ago
Tom Lane 29c3e2dd5a Collect built-in LWLock tranche names statically, not dynamically. 5 years ago
Michael Paquier 07451e1f1a Doc: Fix some inconsistencies with markups 5 years ago
Heikki Linnakangas 267cc6ed29 Fix typo in comment on OpenSSL PEM password callback type name. 5 years ago
Alexander Korotkov 34dae902ca Fix amcheck for page checks concurrent to replay of btree page deletion 5 years ago