aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Allow batch insertion during COPY into a foreign table.Etsuro Fujita2022-10-13
* Improve the WARNING message for CREATE SUBSCRIPTION.Amit Kapila2022-10-13
* Fix ordering issue with WAL operations in GIN fast insert pathMichael Paquier2022-10-13
* doc: Fix description of replication command CREATE_REPLICATION_SLOTMichael Paquier2022-10-13
* Fix shadow variable in postgres.cMichael Paquier2022-10-12
* Simplify some maths in xlogreader.cMichael Paquier2022-10-12
* Harden pmsignal.c against clobbered shared memory.Tom Lane2022-10-11
* Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane2022-10-11
* Add a common function to generate the origin name.Amit Kapila2022-10-11
* Add support for COPY TO callback functionsMichael Paquier2022-10-11
* Harden memory context allocators against bogus chunk pointers.Tom Lane2022-10-10
* Simplify our Assert infrastructure a little.Tom Lane2022-10-10
* Remove unnecessary semicolons after goto labelsJohn Naylor2022-10-10
* Use C library functions instead of Abs() for int64Peter Eisentraut2022-10-10
* pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund2022-10-08
* Use fabsf() instead of Abs() or fabs() where appropriatePeter Eisentraut2022-10-08
* Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera2022-10-07
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-07
* Improve our ability to detect bogus pointers passed to pfree et al.Tom Lane2022-10-06
* meson: Add support for building with precompiled headersAndres Freund2022-10-06
* Create subscription stats entry at CREATE SUBSCRIPTION timeAndres Freund2022-10-06
* meson: Fix two commentsAndres Freund2022-10-06
* Remove MemoryContextContains().Tom Lane2022-10-06
* Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c.Tom Lane2022-10-06
* Take care to de-duplicate entries in standby.c's table of locks.Tom Lane2022-10-06
* Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane2022-10-06
* Fix comment in xlogprefetcher.cMichael Paquier2022-10-06
* Add optional parameter to PG_TRY() macrosDavid Rowley2022-10-06
* meson: Add windows resource filesAndres Freund2022-10-05
* Rename shadowed local variablesDavid Rowley2022-10-05
* Fix comment in guc_tables.cMichael Paquier2022-10-04
* Cleanup useless assignments and checksMichael Paquier2022-10-04
* meson: llvm: Use llvm-config's --cxxflags when building llvmjitAndres Freund2022-10-03
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* Fix tiny memory leaksPeter Eisentraut2022-10-01
* doc: Fix some grammar and typosMichael Paquier2022-10-01
* Avoid improbable PANIC during heap_update, redux.Tom Lane2022-09-30
* Fix tab-completion after commit 790bf615ddbaAlvaro Herrera2022-09-30
* Remove useless argument from UnpinBuffer()Michael Paquier2022-09-30
* Improve wording of log messages triggered by max_slot_wal_keep_size.Tom Lane2022-09-29
* Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane2022-09-29
* Update comment in ExecInsert() regarding batch insertion.Etsuro Fujita2022-09-29
* Introduce SYSTEM_USERMichael Paquier2022-09-29
* Restore pg_pread and friends.Thomas Munro2022-09-29
* Restrict Datum sort optimization to byval types onlyDavid Rowley2022-09-29
* Allow callback functions to deregister themselves during a call.Tom Lane2022-09-28
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-28
* Fix bug in DROP OWNED BY.Robert Haas2022-09-28
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Fix InitializeRelfilenumberMap for 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7cRobert Haas2022-09-28