summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2022-10-01doc: Fix some grammar and typosMichael Paquier
2022-09-30Avoid improbable PANIC during heap_update, redux.Tom Lane
2022-09-30mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvcAndres Freund
2022-09-30Adjust PQsslAttributeNames() to match PQsslAttribute().Tom Lane
2022-09-30Fix tab-completion after commit 790bf615ddbaAlvaro Herrera
2022-09-30Remove useless argument from UnpinBuffer()Michael Paquier
2022-09-29Fix bogus behavior of PQsslAttribute(conn, "library").Tom Lane
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-29Mark sigint_interrupt_enabled as sig_atomic_tMichael Paquier
2022-09-29windows: Set UMDF_USING_NTSTATUS globally, include ntstatus.hAndres Freund
2022-09-29meson: pg_regress: Define a HOST_TUPLE sufficient to make resultmap workAndres Freund