summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-10-11Harden pmsignal.c against clobbered shared memory.Tom Lane
2022-10-11Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane
2022-10-11Add a common function to generate the origin name.Amit Kapila
2022-10-11Add support for COPY TO callback functionsMichael Paquier
2022-10-10Harden memory context allocators against bogus chunk pointers.Tom Lane
2022-10-10Simplify our Assert infrastructure a little.Tom Lane
2022-10-10Remove unnecessary semicolons after goto labelsJohn Naylor
2022-10-10Use C library functions instead of Abs() for int64Peter Eisentraut
2022-10-08pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund
2022-10-08Use fabsf() instead of Abs() or fabs() where appropriatePeter Eisentraut
2022-10-07Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-10-07Improve our ability to detect bogus pointers passed to pfree et al.Tom Lane
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-07Create subscription stats entry at CREATE SUBSCRIPTION timeAndres Freund
2022-10-06meson: Fix two commentsAndres Freund
2022-10-06Remove MemoryContextContains().Tom Lane
2022-10-06Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c.Tom Lane
2022-10-06Take care to de-duplicate entries in standby.c's table of locks.Tom Lane
2022-10-06Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane
2022-10-06Fix comment in xlogprefetcher.cMichael Paquier
2022-10-05Add optional parameter to PG_TRY() macrosDavid Rowley
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05Rename shadowed local variablesDavid Rowley
2022-10-04Fix comment in guc_tables.cMichael Paquier
2022-10-04Cleanup useless assignments and checksMichael Paquier
2022-10-03meson: llvm: Use llvm-config's --cxxflags when building llvmjitAndres Freund
2022-10-03Revert "Optimize order of GROUP BY keys".Tom Lane
2022-10-01Fix tiny memory leaksPeter Eisentraut
2022-10-01doc: Fix some grammar and typosMichael Paquier
2022-09-30Avoid improbable PANIC during heap_update, redux.Tom Lane
2022-09-30Fix tab-completion after commit 790bf615ddbaAlvaro Herrera
2022-09-30Remove useless argument from UnpinBuffer()Michael Paquier
2022-09-29Improve wording of log messages triggered by max_slot_wal_keep_size.Tom Lane
2022-09-29Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane
2022-09-29Update comment in ExecInsert() regarding batch insertion.Etsuro Fujita
2022-09-29Introduce SYSTEM_USERMichael Paquier
2022-09-29Restore pg_pread and friends.Thomas Munro
2022-09-28Restrict Datum sort optimization to byval types onlyDavid Rowley
2022-09-28Allow callback functions to deregister themselves during a call.Tom Lane
2022-09-28Change some errdetail() to errdetail_internal()Alvaro Herrera
2022-09-28Fix bug in DROP OWNED BY.Robert Haas
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-28Fix InitializeRelfilenumberMap for 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7cRobert Haas
2022-09-28Fix alignment problems with SharedInvalSmgrMsg.Robert Haas
2022-09-28Remove publicationcmds.c's expr_allowed_in_node as a functionAlvaro Herrera
2022-09-28Fix some comments of do_pg_backup_start() and do_pg_backup_stop()Michael Paquier
2022-09-27Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.Robert Haas
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas