summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2018-08-22doc: Update uses of the word "procedure"Peter Eisentraut
2018-08-17Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane
2018-08-14Remove duplicate function declarations.Tom Lane
2018-08-13Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier
2018-08-13Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)Andrew Gierth
2018-08-06Stamp 11beta3.REL_11_BETA3Tom Lane
2018-08-05Remove support for tls-unique channel binding.Heikki Linnakangas
2018-08-04Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane
2018-08-01Fix run-time partition pruning for appends with multiple source rels.Tom Lane
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-23LLVMJIT: Adapt to API changes in gdb and perf support.Andres Freund
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-16Add subtransaction handling for table synchronization workers.Robert Haas
2018-07-12Allow using the updated tuple while moving it to a different partition.Amit Kapila
2018-07-11Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane
2018-07-10Fix typosPeter Eisentraut
2018-07-10Fix typoPeter Eisentraut
2018-07-09Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera
2018-07-09Add UtilityReturnsTuples() support for CALLPeter Eisentraut
2018-07-04Improve the performance of relation deletes during recovery.Fujii Masao
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-06-27Fix typo in commentAlvaro Herrera
2018-06-27Change pqformat.h's integer handling functions to take unsigned integers.Andres Freund
2018-06-27Cosmetic improvements for faster column addition.Amit Kapila
2018-06-26Fix "base" snapshot handling in logical decodingAlvaro Herrera
2018-06-26Allow direct lookups of AppendRelInfo by child relidAlvaro Herrera
2018-06-25Stamp 11beta2.REL_11_BETA2Alvaro Herrera
2018-06-23Mark binary_upgrade_set_missing_value as parallel_unsafeAndrew Dunstan
2018-06-22Allow for pg_upgrade of attributes with missing valuesAndrew Dunstan
2018-06-20Consistently use the term 'partitioned rel' in partprune commentsAlvaro Herrera
2018-06-19Track new configure flags introduced for version 11 in pg_config.h.win32Michael Paquier
2018-06-16Remove AELs from subxids correctly on standbySimon Riggs
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-11Improve commentary about run-time partition pruning data structures.Tom Lane
2018-06-11Don't needlessly check the partition contraint twiceAlvaro Herrera
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-08Teach SHOW ALL to honor pg_read_all_settings membershipAlvaro Herrera
2018-05-30Move _bt_upgrademetapage() into critical section.Teodor Sigaev
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-26Update a couple of long-obsolete comments in pg_type.h.Tom Lane
2018-05-23Remove configure's check for nonstandard "long long" printf modifiers.Tom Lane
2018-05-23Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane
2018-05-21Stamp 11beta1.REL_11_BETA1Tom Lane
2018-05-21Improve spelling of new FINALFUNC_MODIFY aggregate attribute.Tom Lane
2018-05-19Assorted minor cleanups for bootstrap-data Perl scripts.Tom Lane