summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-06-18Remove obsolete prohibition on function name matching a column name.Tom Lane
2018-06-18Consider syntactic form when disambiguating function vs column reference.Tom Lane
2018-06-18Prevent hard failures of standbys caused by recycled WAL segmentsMichael Paquier
2018-06-17Suppress -Wshift-negative-value warnings.Tom Lane
2018-06-16Fix some minor error-checking oversights in ParseFuncOrColumn().Tom Lane
2018-06-16Remove AELs from subxids correctly on standbySimon Riggs
2018-06-16Fix memory leak in BufFileCreateShared().Tatsuo Ishii
2018-06-15Fix off-by-one bug in XactLogCommitRecordAlvaro Herrera
2018-06-15Fix memory leak.Tatsuo Ishii
2018-06-14Fail BRIN control functions during recovery explicitlyAlvaro Herrera
2018-06-14Remove spurious code comments in standby related codeSimon Riggs
2018-06-14Remove cut-off bug from RunningTransactionDataSimon Riggs
2018-06-13Code review for match_clause_to_partition_key().Tom Lane
2018-06-13Fix some ill-chosen names for globally-visible partition support functions.Tom Lane
2018-06-13Fix up run-time partition pruning's use of relcache's partition data.Tom Lane
2018-06-12Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund
2018-06-12Convert debug message from ereport to elogPeter Eisentraut
2018-06-11Fix access to just-closed relcache entry.Tom Lane
2018-06-12Fix oversight from 9e149c8 with spin-lock handlingMichael Paquier
2018-06-11Improve ExecFindInitialMatchingSubPlans's subplan renumbering logic.Tom Lane
2018-06-11Improve commentary about run-time partition pruning data structures.Tom Lane
2018-06-11Don't needlessly check the partition contraint twiceAlvaro Herrera
2018-06-11Fix run-time partition pruning code to handle NULL values properly.Tom Lane
2018-06-11Make new error code name match SQL standard more closelyPeter Eisentraut
2018-06-11Fix a couple of bugs with replication slot advancing featureMichael Paquier
2018-06-10Assorted cosmetic cleanup of run-time-partition-pruning code.Tom Lane
2018-06-10Relocate partition pruning structs to a saner place.Tom Lane
2018-06-10Improve run-time partition pruning to handle any stable expression.Tom Lane
2018-06-10Fix and document lock handling for in-memory replication slot dataMichael Paquier
2018-06-10Limit Parallel Hash's bucket array to MaxAllocSize.Thomas Munro
2018-06-09Fix typo in JIT README.Peter Geoghegan
2018-06-08Teach SHOW ALL to honor pg_read_all_settings membershipAlvaro Herrera
2018-06-08Fix typoPeter Eisentraut
2018-06-07Add missing serial commasPeter Eisentraut
2018-06-07Exclude VACUUMs from RunningXactDataSimon Riggs
2018-06-07Fix typo in READMEMagnus Hagander
2018-06-07Fix obsolete comment.Heikki Linnakangas
2018-06-06Fix function code in error reportAlvaro Herrera
2018-06-04Fix spurious non-ASCII bytesPeter Eisentraut
2018-06-04Fix typoPeter Eisentraut
2018-05-31Reconcile nodes/*funcs.c with PostgreSQL 11 work.Noah Misch
2018-05-30Move _bt_upgrademetapage() into critical section.Teodor Sigaev
2018-05-28Initialize new jsonb iterator to zeroPeter Eisentraut
2018-05-27Avoid use of unportable hex constant in convutils.pmAndrew Dunstan
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-24Improve English wording of some other getObjectDescription() messages.Tom Lane
2018-05-24Improve translatability of some getObjectDescription() messages.Tom Lane
2018-05-24Fix objectaddress.c code for publication relations.Tom Lane
2018-05-24Properly schema-qualify additional object types in getObjectDescription().Tom Lane
2018-05-23Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane