summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2022-09-29Map ERROR_INVALID_NAME to ENOENT in mapping table of win32error.cMichael 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-27In BufTagGetForkNum, cast to the correct type.Robert Haas
2022-09-27Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.Robert Haas
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-27Include common/relpath.h in utils/relfilenumbermap.hRobert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-27Move RelFileNumber declarations to common/relpath.h.Robert Haas
2022-09-27Renumber GUC flags for a bit more sanity.Tom Lane
2022-09-27Introduce GUC_NO_RESET flag.Tom Lane
2022-09-27Improve some publication-related error messagesAlvaro Herrera
2022-09-27Fix pg_stat_statements for MERGEAlvaro Herrera
2022-09-27ci: Add hint about downloadable logs to READMEAndres Freund
2022-09-27meson: Include CFLAGS/c_args in summary and pg_config outputAndres Freund
2022-09-27Mark ParallelMessagePending as sig_atomic_tMichael Paquier
2022-09-27Remove dependency to StringInfo in xlogbackup.{c.h}Michael Paquier
2022-09-26windows: remove date from version number in win32ver.rcAndres Freund
2022-09-26Enable WRITE_READ_PARSE_PLAN_TREES of rewritten utility statementsTom Lane
2022-09-26Implement WRITE_READ_PARSE_PLAN_TREES for raw parse treesTom Lane
2022-09-26Don't lose precision for float fields of Nodes.Peter Eisentraut
2022-09-26catversion bumpPeter Eisentraut
2022-09-26Fix write/read of empty string fields in Nodes.Peter Eisentraut
2022-09-26Remove unused xid parameter.Amit Kapila
2022-09-26Refactor creation of backup_label and backup history filesMichael Paquier
2022-09-25Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane