summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2020-06-13Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stringDavid Rowley
2020-06-12Add missing extern keyword for a couple of numutils functionsDavid Rowley
2020-06-12Avoid using a cursor in plpgsql's RETURN QUERY statement.Tom Lane
2020-06-11Rework HashAgg GUCs.Jeff Davis
2020-06-11Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier
2020-06-09Unify drop-by-OID functionsPeter Eisentraut
2020-06-09Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.Andres Freund
2020-06-08Update snowballPeter Eisentraut
2020-06-08Fix crash in WAL sender when starting physical replicationMichael Paquier
2020-06-07pgindent run prior to branching v13.Tom Lane
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-06-05Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane
2020-06-05Add unlikely() to CHECK_FOR_INTERRUPTS()Joe Conway
2020-06-05Use query collation, not column's collation, while examining statistics.Tom Lane
2020-06-04Reject "23:59:60.nnn" in datetime input.Tom Lane
2020-06-03Don't call palloc() while holding a spinlock, either.Tom Lane
2020-05-28Fix some comments in xlogreader.hMichael Paquier
2020-05-17Mop-up for wait event naming issues.Tom Lane
2020-05-17Make pg_stat_wal_receiver consistent with the WAL receiver's shmem infoMichael Paquier
2020-05-15Drop the redundant "Lock" suffix from LWLock wait event names.Tom Lane
2020-05-15Rename assorted LWLock tranches.Tom Lane
2020-05-15Rename SLRU structures and associated LWLocks.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-13Improve management of SLRU statistics collection.Tom Lane
2020-05-13Adjust walsender usage of xlogreader, simplify APIsAlvaro Herrera
2020-05-12Do pre-release housekeeping on catalog data.Tom Lane
2020-05-11Adjust "root of to-be-deleted subtree" function.Peter Geoghegan
2020-05-11Fix obsolete references to "XLogRead"Alvaro Herrera
2020-05-10Remove smgrdounlink() in smgr.c from the code treeMichael Paquier
2020-05-08Rework XLogReader callback systemAlvaro Herrera
2020-05-06Heed lock protocol in DROP OWNED BYAlvaro Herrera
2020-05-05Normalize _bt_findsplitloc() argument names.Peter Geoghegan
2020-05-05Change the display of WAL usage statistics in Explain.Amit Kapila
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-05-01Fix undercounting in VACUUM VERBOSE output.Peter Geoghegan
2020-05-01Fix bug in nbtree VACUUM "skip full scan" feature.Peter Geoghegan
2020-04-24Repair performance regression in information_schema.triggers view.Tom Lane
2020-04-24Update Unicode data to Unicode 13.0.0 and CLDR 37Peter Eisentraut
2020-04-23Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-04-23Remove ACLDEBUG #define and associated code.Tom Lane
2020-04-23Also rename 'struct manifest_info'.Robert Haas
2020-04-23Rename exposed identifiers to say "backup manifest".Robert Haas
2020-04-22nbtree: Rename BT_RESERVED_OFFSET_MASK.Peter Geoghegan
2020-04-22Remove HEAPDEBUGALLPeter Eisentraut
2020-04-21Fix possible crash during FATAL exit from reindexing.Tom Lane
2020-04-21Fix minor violations of FunctionCallInvoke usage protocol.Tom Lane
2020-04-21Clean up cpluspluscheck violation.Tom Lane
2020-04-21Fix duplicate typedef from commit 0d8c9c121.Tom Lane
2020-04-20Move the server's backup manifest code to a separate file.Robert Haas
2020-04-20Add ALTER .. NO DEPENDS ONAlvaro Herrera