Commit Graph

45303 Commits (94019c879a138454af723fa8bfc346d4a44ecd47)
 

Author SHA1 Message Date
Michael Paquier 1c7c317cd9 Clarify use of temporary tables within partition trees 7 years ago
Tom Lane c992dca26e Clarify the README files for the various separate TAP-based test suites. 7 years ago
Bruce Momjian 9bab9cb36a README: add URLs for openldap installation 7 years ago
Bruce Momjian 87a19eb9bf doc: explain use of json_populate_record{set}() 7 years ago
Alexander Korotkov fb6accd27b Fix typos in release notes 7 years ago
Michael Paquier bde64eb610 Track new configure flags introduced for version 11 in pg_config.h.win32 7 years ago
Tom Lane 93b6e03ab4 Fix jsonb_plperl to convert Perl UV values correctly. 7 years ago
Tom Lane e3b7f7cc50 Fix contrib/hstore_plperl to look through scalar refs. 7 years ago
Tom Lane 3a382983d1 Allow plperl_sv_to_datum to look through scalar refs. 7 years ago
Tom Lane e4300a3552 Avoid platform-dependent output from Data::Dumper. 7 years ago
Tom Lane 1731e3741c Fix excessive enreferencing in jsonb-to-plperl transform. 7 years ago
Tom Lane 45e98ee730 Remove obsolete prohibition on function name matching a column name. 7 years ago
Tom Lane b97a3465d7 Consider syntactic form when disambiguating function vs column reference. 7 years ago
Thomas Munro 4c8156d871 Add PGTYPESchar_free() to avoid cross-module problems on Windows. 7 years ago
Michael Paquier 70b4f82a4b Prevent hard failures of standbys caused by recycled WAL segments 7 years ago
Tom Lane 9b53d96684 Suppress -Wshift-negative-value warnings. 7 years ago
Peter Geoghegan 514d4a1338 Remove INCLUDE attributes section from docs. 7 years ago
Tom Lane e716585235 Use -Wno-format-truncation and -Wno-stringop-truncation, if available. 7 years ago
Tom Lane 6b74f5eaad Avoid unnecessary use of strncpy in a couple of places in ecpg. 7 years ago
Tom Lane 5d923eb29b Use snprintf not sprintf in pg_waldump's timestamptz_to_str. 7 years ago
Tom Lane 0dcf68e5a1 Fix some minor error-checking oversights in ParseFuncOrColumn(). 7 years ago
Simon Riggs 15378c1a15 Remove AELs from subxids correctly on standby 7 years ago
Tatsuo Ishii 1cfdb1cb0e Fix memory leak in BufFileCreateShared(). 7 years ago
Alvaro Herrera ff03112bdc Fix off-by-one bug in XactLogCommitRecord 7 years ago
Alexander Korotkov dad8bed04a Fix memory leak in PLySequence_ToJsonbValue() 7 years ago
Tatsuo Ishii 969274d813 Fix memory leak. 7 years ago
Alvaro Herrera 74da7cda31 Fail BRIN control functions during recovery explicitly 7 years ago
Simon Riggs dc878ffedf Remove spurious code comments in standby related code 7 years ago
Simon Riggs 802bde87ba Remove cut-off bug from RunningTransactionData 7 years ago
Tom Lane 91781335ed Code review for match_clause_to_partition_key(). 7 years ago
Tom Lane 19832753f1 Fix some ill-chosen names for globally-visible partition support functions. 7 years ago
Tom Lane e23bae82cf Fix up run-time partition pruning's use of relcache's partition data. 7 years ago
Alexander Korotkov e146e4d02d Documentation improvement for pg_trgm 7 years ago
Andrew Dunstan e3eb8be77e Exclude files in .git from list of perl files 7 years ago
Andres Freund a54e1f1587 Fix bugs in vacuum of shared rels, by keeping their relcache entries current. 7 years ago
Peter Eisentraut 8a07ebb3c1 Convert debug message from ereport to elog 7 years ago
Peter Eisentraut b5d099f82a doc: Replace non-ASCII lines in psql example output 7 years ago
Peter Eisentraut 8f6c94272c doc: Suggest logical replication more prominently for upgrading 7 years ago
Tom Lane bdc643e5e4 Fix access to just-closed relcache entry. 7 years ago
Michael Paquier f8795d2ec8 Fix oversight from 9e149c8 with spin-lock handling 7 years ago
Tom Lane 69025c5a07 Improve ExecFindInitialMatchingSubPlans's subplan renumbering logic. 7 years ago
Tom Lane 4e23236403 Improve commentary about run-time partition pruning data structures. 7 years ago
Peter Eisentraut e5d11b91e4 Adjust error message 7 years ago
Alvaro Herrera 5b0c7e2f75 Don't needlessly check the partition contraint twice 7 years ago
Andrew Dunstan 85dd744a70 Move perlcritic files to new perlcheck directory 7 years ago
Andrew Dunstan af616ce483 Add a script to detect perl compile time errors and warnings 7 years ago
Tom Lane be3d90026a Fix run-time partition pruning code to handle NULL values properly. 7 years ago
Peter Eisentraut 387543f7bd Make new error code name match SQL standard more closely 7 years ago
Peter Eisentraut bfbb13264a Update config.guess and config.sub 7 years ago
Michael Paquier d61bfdda8c Fix grammar in documentation related to checkpoint_flush_after 7 years ago