summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2022-10-07Create subscription stats entry at CREATE SUBSCRIPTION timeAndres Freund
2022-10-07Fix final warnings produced by -Wshadow=compatible-localDavid Rowley
2022-10-06windows: Adjust FD_SETSIZE via commandline defineAndres 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-06Refactor TAP test authentication/001_password.plMichael Paquier
2022-10-05Fix final compiler warning produced by -Wshadow=compatible-localDavid Rowley
2022-10-05Add optional parameter to PG_TRY() macrosDavid Rowley
2022-10-05tests: Restrict pg_locks queries in advisory_locks.sql to current databaseAndres Freund
2022-10-05tests: Rename conflicting role namesAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05meson: ecpg: Split definition of static and shared librariesAndres Freund
2022-10-05meson: libpq: Revise static / shared library setupAndres Freund
2022-10-05Rename shadowed local variablesDavid Rowley
2022-10-05Remove definition of JUMBLE_SIZE from queryjumble.hMichael Paquier
2022-10-05Use macros from xlog_internal.h for WAL segment logic in pg_resetwalMichael Paquier
2022-10-05Add a few new patterns to the tab completion of psqlMichael Paquier
2022-10-04Fix comment in guc_tables.cMichael Paquier
2022-10-04Cleanup useless assignments and checksMichael Paquier
2022-10-04Add filtering capability for cross-version pg_upgrade testsMichael Paquier
2022-10-03meson: llvm: Use llvm-config's --cxxflags when building llvmjitAndres Freund
2022-10-03Fix psql's behavior with \g for a multiple-command string.Tom Lane
2022-10-03Revert "Optimize order of GROUP BY keys".Tom Lane
2022-10-03Add authentication TAP test for peer authenticationMichael Paquier
2022-10-01Fix tiny memory leaksPeter Eisentraut