summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-17Record dependencies of a cast on other casts that it requires.Tom Lane
2022-10-17Reject non-ON-SELECT rules that are named "_RETURN".Tom Lane
2022-10-17Guard against table-AM-less relations in planner.Tom Lane
2022-10-17Add checks for regexes with user name map in test for peer authenticationMichael Paquier
2022-10-16Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.Tom Lane
2022-10-16Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane
2022-10-16Use libc's snprintf, not sprintf, for special cases in snprintf.c.Tom Lane
2022-10-15Disallow MERGE cleanly for foreign partitionsAlvaro Herrera
2022-10-15Fix some comments in proc.hMichael Paquier
2022-10-14pgstat: Track time of the last scan of a relationAndres Freund
2022-10-14Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unsetAndres Freund
2022-10-14libpq: Reset singlerow flag correctly in pipeline modeAlvaro Herrera
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-13Put tests of md5() function into separate test filePeter Eisentraut
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 outdated code referenceAlvaro Herrera
2022-10-12Reduce xlog.h inclusion footprintAlvaro Herrera
2022-10-12Reduce basebackup_sink.h inclusion footprintAlvaro Herrera
2022-10-12Add meson.build to version_stamp.plPeter Eisentraut
2022-10-12Remove Abs()Peter Eisentraut
2022-10-12Fix shadow variable in postgres.cMichael Paquier
2022-10-12Simplify some maths in xlogreader.cMichael Paquier
2022-10-11Fix compilation warning in test_copy_callbacksMichael 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-11C comment: explain procArray->pgprocnos[]Bruce Momjian
2022-10-11Add a common function to generate the origin name.Amit Kapila
2022-10-11Add TAP tests for role membership in pg_hba.confMichael Paquier
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-07autoconf: Rely on ar supporting index creationAndres Freund
2022-10-07Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera
2022-10-07Convert macros to static inline functions (rel.h)Peter Eisentraut
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