Commit Graph

45156 Commits (d73300a28683fb1723ecda1a3fa767dbe8be6502)
 

Author SHA1 Message Date
Magnus Hagander d73300a286 Document the -D and $PGDATA switch/env for pg_verify_checksums 8 years ago
Magnus Hagander b92ef305c3 Move pg_verify_checksum docs to Server utils 8 years ago
Amit Kapila 403318b71f Don't consider parallel append for parallel unsafe paths. 8 years ago
Michael Paquier 1c7c317cd9 Clarify use of temporary tables within partition trees 8 years ago
Tom Lane c992dca26e Clarify the README files for the various separate TAP-based test suites. 8 years ago
Bruce Momjian 9bab9cb36a README: add URLs for openldap installation 8 years ago
Bruce Momjian 87a19eb9bf doc: explain use of json_populate_record{set}() 8 years ago
Alexander Korotkov fb6accd27b Fix typos in release notes 8 years ago
Michael Paquier bde64eb610 Track new configure flags introduced for version 11 in pg_config.h.win32 8 years ago
Tom Lane 93b6e03ab4 Fix jsonb_plperl to convert Perl UV values correctly. 8 years ago
Tom Lane e3b7f7cc50 Fix contrib/hstore_plperl to look through scalar refs. 8 years ago
Tom Lane 3a382983d1 Allow plperl_sv_to_datum to look through scalar refs. 8 years ago
Tom Lane e4300a3552 Avoid platform-dependent output from Data::Dumper. 8 years ago
Tom Lane 1731e3741c Fix excessive enreferencing in jsonb-to-plperl transform. 8 years ago
Tom Lane 45e98ee730 Remove obsolete prohibition on function name matching a column name. 8 years ago
Tom Lane b97a3465d7 Consider syntactic form when disambiguating function vs column reference. 8 years ago
Thomas Munro 4c8156d871 Add PGTYPESchar_free() to avoid cross-module problems on Windows. 8 years ago
Michael Paquier 70b4f82a4b Prevent hard failures of standbys caused by recycled WAL segments 8 years ago
Tom Lane 9b53d96684 Suppress -Wshift-negative-value warnings. 8 years ago
Peter Geoghegan 514d4a1338 Remove INCLUDE attributes section from docs. 8 years ago
Tom Lane e716585235 Use -Wno-format-truncation and -Wno-stringop-truncation, if available. 8 years ago
Tom Lane 6b74f5eaad Avoid unnecessary use of strncpy in a couple of places in ecpg. 8 years ago
Tom Lane 5d923eb29b Use snprintf not sprintf in pg_waldump's timestamptz_to_str. 8 years ago
Tom Lane 0dcf68e5a1 Fix some minor error-checking oversights in ParseFuncOrColumn(). 8 years ago
Simon Riggs 15378c1a15 Remove AELs from subxids correctly on standby 8 years ago
Tatsuo Ishii 1cfdb1cb0e Fix memory leak in BufFileCreateShared(). 8 years ago
Alvaro Herrera ff03112bdc Fix off-by-one bug in XactLogCommitRecord 8 years ago
Alexander Korotkov dad8bed04a Fix memory leak in PLySequence_ToJsonbValue() 8 years ago
Tatsuo Ishii 969274d813 Fix memory leak. 8 years ago
Alvaro Herrera 74da7cda31 Fail BRIN control functions during recovery explicitly 8 years ago
Simon Riggs dc878ffedf Remove spurious code comments in standby related code 8 years ago
Simon Riggs 802bde87ba Remove cut-off bug from RunningTransactionData 8 years ago
Tom Lane 91781335ed Code review for match_clause_to_partition_key(). 8 years ago
Tom Lane 19832753f1 Fix some ill-chosen names for globally-visible partition support functions. 8 years ago
Tom Lane e23bae82cf Fix up run-time partition pruning's use of relcache's partition data. 8 years ago
Alexander Korotkov e146e4d02d Documentation improvement for pg_trgm 8 years ago
Andrew Dunstan e3eb8be77e Exclude files in .git from list of perl files 8 years ago
Andres Freund a54e1f1587 Fix bugs in vacuum of shared rels, by keeping their relcache entries current. 8 years ago
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