aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Use snprintf not sprintf in pg_waldump's timestamptz_to_str.Tom Lane2018-06-16
* Fix some minor error-checking oversights in ParseFuncOrColumn().Tom Lane2018-06-16
* Remove AELs from subxids correctly on standbySimon Riggs2018-06-16
* Fix memory leak in BufFileCreateShared().Tatsuo Ishii2018-06-16
* Fix off-by-one bug in XactLogCommitRecordAlvaro Herrera2018-06-15
* Fix memory leak in PLySequence_ToJsonbValue()Alexander Korotkov2018-06-15
* Fix memory leak.Tatsuo Ishii2018-06-15
* Fail BRIN control functions during recovery explicitlyAlvaro Herrera2018-06-14
* Remove spurious code comments in standby related codeSimon Riggs2018-06-14
* Remove cut-off bug from RunningTransactionDataSimon Riggs2018-06-14
* Code review for match_clause_to_partition_key().Tom Lane2018-06-13
* Fix some ill-chosen names for globally-visible partition support functions.Tom Lane2018-06-13
* Fix up run-time partition pruning's use of relcache's partition data.Tom Lane2018-06-13
* Documentation improvement for pg_trgmAlexander Korotkov2018-06-13
* Exclude files in .git from list of perl filesAndrew Dunstan2018-06-12
* Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund2018-06-12
* Convert debug message from ereport to elogPeter Eisentraut2018-06-12
* doc: Replace non-ASCII lines in psql example outputPeter Eisentraut2018-06-12
* doc: Suggest logical replication more prominently for upgradingPeter Eisentraut2018-06-11
* Fix access to just-closed relcache entry.Tom Lane2018-06-11
* Fix oversight from 9e149c8 with spin-lock handlingMichael Paquier2018-06-12
* Improve ExecFindInitialMatchingSubPlans's subplan renumbering logic.Tom Lane2018-06-11
* Improve commentary about run-time partition pruning data structures.Tom Lane2018-06-11
* Adjust error messagePeter Eisentraut2018-06-11
* Don't needlessly check the partition contraint twiceAlvaro Herrera2018-06-11
* Move perlcritic files to new perlcheck directoryAndrew Dunstan2018-06-11
* Add a script to detect perl compile time errors and warningsAndrew Dunstan2018-06-11
* Fix run-time partition pruning code to handle NULL values properly.Tom Lane2018-06-11
* Make new error code name match SQL standard more closelyPeter Eisentraut2018-06-11
* Update config.guess and config.subPeter Eisentraut2018-06-11
* Fix grammar in documentation related to checkpoint_flush_afterMichael Paquier2018-06-11
* Fix a couple of bugs with replication slot advancing featureMichael Paquier2018-06-11
* Assorted cosmetic cleanup of run-time-partition-pruning code.Tom Lane2018-06-10
* Relocate partition pruning structs to a saner place.Tom Lane2018-06-10
* Improve run-time partition pruning to handle any stable expression.Tom Lane2018-06-10
* Fix grammar in REVOKE documentationMichael Paquier2018-06-10
* Fix and document lock handling for in-memory replication slot dataMichael Paquier2018-06-10
* Limit Parallel Hash's bucket array to MaxAllocSize.Thomas Munro2018-06-10
* Fix typo in JIT README.Peter Geoghegan2018-06-09
* Teach SHOW ALL to honor pg_read_all_settings membershipAlvaro Herrera2018-06-08
* Fix typoPeter Eisentraut2018-06-08
* Add missing serial commasPeter Eisentraut2018-06-07
* doc: Move some new options into better positions on man pagesPeter Eisentraut2018-06-07
* ecpg: Document new compatibility optionPeter Eisentraut2018-06-07
* Exclude VACUUMs from RunningXactDataSimon Riggs2018-06-07
* Fix typo in READMEMagnus Hagander2018-06-07
* Fix obsolete comment.Heikki Linnakangas2018-06-07
* Fix function code in error reportAlvaro Herrera2018-06-06
* Fix spurious non-ASCII bytesPeter Eisentraut2018-06-04
* Fix typoPeter Eisentraut2018-06-04