Commit Graph

45118 Commits (8a07ebb3c172374aa2c83df61c4e05c059511c9a)
 

Author SHA1 Message Date
Peter Eisentraut 8a07ebb3c1 Convert debug message from ereport to elog 8 years ago
Peter Eisentraut b5d099f82a doc: Replace non-ASCII lines in psql example output 8 years ago
Peter Eisentraut 8f6c94272c doc: Suggest logical replication more prominently for upgrading 8 years ago
Tom Lane bdc643e5e4 Fix access to just-closed relcache entry. 8 years ago
Michael Paquier f8795d2ec8 Fix oversight from 9e149c8 with spin-lock handling 8 years ago
Tom Lane 69025c5a07 Improve ExecFindInitialMatchingSubPlans's subplan renumbering logic. 8 years ago
Tom Lane 4e23236403 Improve commentary about run-time partition pruning data structures. 8 years ago
Peter Eisentraut e5d11b91e4 Adjust error message 8 years ago
Alvaro Herrera 5b0c7e2f75 Don't needlessly check the partition contraint twice 8 years ago
Andrew Dunstan 85dd744a70 Move perlcritic files to new perlcheck directory 8 years ago
Andrew Dunstan af616ce483 Add a script to detect perl compile time errors and warnings 8 years ago
Tom Lane be3d90026a Fix run-time partition pruning code to handle NULL values properly. 8 years ago
Peter Eisentraut 387543f7bd Make new error code name match SQL standard more closely 8 years ago
Peter Eisentraut bfbb13264a Update config.guess and config.sub 8 years ago
Michael Paquier d61bfdda8c Fix grammar in documentation related to checkpoint_flush_after 8 years ago
Michael Paquier f731cfa94c Fix a couple of bugs with replication slot advancing feature 8 years ago
Tom Lane 321f648a31 Assorted cosmetic cleanup of run-time-partition-pruning code. 8 years ago
Tom Lane 939449de0e Relocate partition pruning structs to a saner place. 8 years ago
Tom Lane 73b7f48f78 Improve run-time partition pruning to handle any stable expression. 8 years ago
Michael Paquier c83e202990 Fix grammar in REVOKE documentation 8 years ago
Michael Paquier 9e149c847f Fix and document lock handling for in-memory replication slot data 8 years ago
Thomas Munro 86a2218eb0 Limit Parallel Hash's bucket array to MaxAllocSize. 8 years ago
Peter Geoghegan f6b95ff434 Fix typo in JIT README. 8 years ago
Alvaro Herrera 0c8910a0ca Teach SHOW ALL to honor pg_read_all_settings membership 8 years ago
Peter Eisentraut acad8b409a Fix typo 8 years ago
Peter Eisentraut 25cf4ed1dc Add missing serial commas 8 years ago
Peter Eisentraut 5efbdd36f1 doc: Move some new options into better positions on man pages 8 years ago
Peter Eisentraut 3b9b7516f4 ecpg: Document new compatibility option 8 years ago
Simon Riggs 32ac7a118f Exclude VACUUMs from RunningXactData 8 years ago
Magnus Hagander 848b1f3e35 Fix typo in README 8 years ago
Heikki Linnakangas 57f06a7611 Fix obsolete comment. 8 years ago
Alvaro Herrera eee381ef5e Fix function code in error report 8 years ago
Peter Eisentraut 3f85c62d9e Fix spurious non-ASCII bytes 8 years ago
Peter Eisentraut 2241ad1556 Fix typo 8 years ago
Peter Eisentraut 4d6a854f17 Put new command-line options into alphabetical order 8 years ago
Alvaro Herrera 12b9affb32 Tweak partitioning documentation wording 8 years ago
Noah Misch ef31095000 Reconcile nodes/*funcs.c with PostgreSQL 11 work. 8 years ago
Andrew Dunstan 0039049fb1 Fix compile-time warnings on all perl code 8 years ago
Alvaro Herrera d3b10f0d64 Fix grammar 8 years ago
Teodor Sigaev 08186dc05b Move _bt_upgrademetapage() into critical section. 8 years ago
Peter Eisentraut 3c9cf06945 Initialize new jsonb iterator to zero 8 years ago
Andrew Dunstan 01deec5f8a Return a value from Install.pm's lcopy function 8 years ago
Bruce Momjian 6a75b58065 doc: mark 'replaceable' parameter for backup program listing 8 years ago
Bruce Momjian 99164e6952 doc: adjust DECLARE docs to mention FOR UPDATE behavior 8 years ago
Andrew Dunstan f963f80970 Avoid use of unportable hex constant in convutils.pm 8 years ago
Andrew Dunstan 3a7cc727c7 Don't fall off the end of perl functions 8 years ago
Andrew Dunstan 8a56ff4848 Don't force a blank line before comments in perl code 8 years ago
Tom Lane 71b349aef4 Update a couple of long-obsolete comments in pg_type.h. 8 years ago
Tom Lane 9a8aa25ccc Fix misidentification of SQL statement type in plpgsql's exec_stmt_execsql. 8 years ago
Magnus Hagander 7019c21c1b Remove incorrect statement about IPC configuration on OpenBSD 8 years ago