Commit Graph

45135 Commits (6b74f5eaadc4489e08a23686f99f096ad0e08936)
 

Author SHA1 Message Date
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
Michael Paquier f731cfa94c Fix a couple of bugs with replication slot advancing feature 7 years ago
Tom Lane 321f648a31 Assorted cosmetic cleanup of run-time-partition-pruning code. 7 years ago
Tom Lane 939449de0e Relocate partition pruning structs to a saner place. 7 years ago
Tom Lane 73b7f48f78 Improve run-time partition pruning to handle any stable expression. 7 years ago
Michael Paquier c83e202990 Fix grammar in REVOKE documentation 7 years ago
Michael Paquier 9e149c847f Fix and document lock handling for in-memory replication slot data 7 years ago
Thomas Munro 86a2218eb0 Limit Parallel Hash's bucket array to MaxAllocSize. 7 years ago
Peter Geoghegan f6b95ff434 Fix typo in JIT README. 7 years ago
Alvaro Herrera 0c8910a0ca Teach SHOW ALL to honor pg_read_all_settings membership 7 years ago
Peter Eisentraut acad8b409a Fix typo 7 years ago
Peter Eisentraut 25cf4ed1dc Add missing serial commas 7 years ago
Peter Eisentraut 5efbdd36f1 doc: Move some new options into better positions on man pages 7 years ago
Peter Eisentraut 3b9b7516f4 ecpg: Document new compatibility option 7 years ago
Simon Riggs 32ac7a118f Exclude VACUUMs from RunningXactData 7 years ago
Magnus Hagander 848b1f3e35 Fix typo in README 7 years ago
Heikki Linnakangas 57f06a7611 Fix obsolete comment. 7 years ago
Alvaro Herrera eee381ef5e Fix function code in error report 7 years ago
Peter Eisentraut 3f85c62d9e Fix spurious non-ASCII bytes 7 years ago