Commit Graph

32134 Commits (d73300a28683fb1723ecda1a3fa767dbe8be6502)

Author SHA1 Message Date
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
Michael Paquier bde64eb610 Track new configure flags introduced for version 11 in pg_config.h.win32 8 years ago
Tom Lane 3a382983d1 Allow plperl_sv_to_datum to look through scalar refs. 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
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
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
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
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
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 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
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