Commit Graph

45144 Commits (e4300a3552b104f54ec781dd23cfcf96252ec5c1)
 

Author SHA1 Message Date
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
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