index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-13
*
Improve the WARNING message for CREATE SUBSCRIPTION.
Amit Kapila
2022-10-13
*
Fix ordering issue with WAL operations in GIN fast insert path
Michael Paquier
2022-10-13
*
doc: Fix description of replication command CREATE_REPLICATION_SLOT
Michael Paquier
2022-10-13
*
Fix shadow variable in postgres.c
Michael Paquier
2022-10-12
*
Simplify some maths in xlogreader.c
Michael Paquier
2022-10-12
*
Harden pmsignal.c against clobbered shared memory.
Tom Lane
2022-10-11
*
Yet further fixes for multi-row VALUES lists for updatable views.
Tom Lane
2022-10-11
*
Add a common function to generate the origin name.
Amit Kapila
2022-10-11
*
Add support for COPY TO callback functions
Michael Paquier
2022-10-11
*
Harden memory context allocators against bogus chunk pointers.
Tom Lane
2022-10-10
*
Simplify our Assert infrastructure a little.
Tom Lane
2022-10-10
*
Remove unnecessary semicolons after goto labels
John Naylor
2022-10-10
*
Use C library functions instead of Abs() for int64
Peter Eisentraut
2022-10-10
*
pgstat: Prevent stats reset from corrupting slotname by removing slotname
Andres Freund
2022-10-08
*
Use fabsf() instead of Abs() or fabs() where appropriate
Peter Eisentraut
2022-10-08
*
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-10-07
*
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-07
*
Improve our ability to detect bogus pointers passed to pfree et al.
Tom Lane
2022-10-06
*
meson: Add support for building with precompiled headers
Andres Freund
2022-10-06
*
Create subscription stats entry at CREATE SUBSCRIPTION time
Andres Freund
2022-10-06
*
meson: Fix two comments
Andres Freund
2022-10-06
*
Remove MemoryContextContains().
Tom Lane
2022-10-06
*
Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c.
Tom Lane
2022-10-06
*
Take care to de-duplicate entries in standby.c's table of locks.
Tom Lane
2022-10-06
*
Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.
Tom Lane
2022-10-06
*
Fix comment in xlogprefetcher.c
Michael Paquier
2022-10-06
*
Add optional parameter to PG_TRY() macros
David Rowley
2022-10-06
*
meson: Add windows resource files
Andres Freund
2022-10-05
*
Rename shadowed local variables
David Rowley
2022-10-05
*
Fix comment in guc_tables.c
Michael Paquier
2022-10-04
*
Cleanup useless assignments and checks
Michael Paquier
2022-10-04
*
meson: llvm: Use llvm-config's --cxxflags when building llvmjit
Andres Freund
2022-10-03
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
Fix tiny memory leaks
Peter Eisentraut
2022-10-01
*
doc: Fix some grammar and typos
Michael Paquier
2022-10-01
*
Avoid improbable PANIC during heap_update, redux.
Tom Lane
2022-09-30
*
Fix tab-completion after commit 790bf615ddba
Alvaro Herrera
2022-09-30
*
Remove useless argument from UnpinBuffer()
Michael Paquier
2022-09-30
*
Improve wording of log messages triggered by max_slot_wal_keep_size.
Tom Lane
2022-09-29
*
Use actual backend IDs in pg_stat_get_backend_idset() and friends.
Tom Lane
2022-09-29
*
Update comment in ExecInsert() regarding batch insertion.
Etsuro Fujita
2022-09-29
*
Introduce SYSTEM_USER
Michael Paquier
2022-09-29
*
Restore pg_pread and friends.
Thomas Munro
2022-09-29
*
Restrict Datum sort optimization to byval types only
David Rowley
2022-09-29
*
Allow callback functions to deregister themselves during a call.
Tom Lane
2022-09-28
*
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-28
*
Fix bug in DROP OWNED BY.
Robert Haas
2022-09-28
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
*
Fix InitializeRelfilenumberMap for 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c
Robert Haas
2022-09-28
[next]