summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-10-14pgstat: Track time of the last scan of a relationAndres Freund
2022-10-14Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unsetAndres Freund
2022-10-14Add auxiliary lists to GUC data structures for better performance.Tom Lane
2022-10-14Replace the sorted array of GUC variables with a hash table.Tom Lane
2022-10-14Store GUC data in a memory context, instead of using malloc().Tom Lane
2022-10-14Make some minor improvements in memory-context infrastructure.Tom Lane
2022-10-14Standardize format for printing PIDsPeter Eisentraut
2022-10-14Fix incorrect comment regarding command completion tagsDavid Rowley
2022-10-13Allow batch insertion during COPY into a foreign table.Etsuro Fujita
2022-10-13Improve the WARNING message for CREATE SUBSCRIPTION.Amit Kapila
2022-10-13Fix ordering issue with WAL operations in GIN fast insert pathMichael Paquier
2022-10-12doc: Fix description of replication command CREATE_REPLICATION_SLOTMichael Paquier
2022-10-12Fix shadow variable in postgres.cMichael Paquier
2022-10-12Simplify some maths in xlogreader.cMichael Paquier
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