index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2022-10-14
pgstat: Track time of the last scan of a relation
Andres Freund
2022-10-14
Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unset
Andres Freund
2022-10-14
Add auxiliary lists to GUC data structures for better performance.
Tom Lane
2022-10-14
Replace the sorted array of GUC variables with a hash table.
Tom Lane
2022-10-14
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-10-14
Make some minor improvements in memory-context infrastructure.
Tom Lane
2022-10-14
Standardize format for printing PIDs
Peter Eisentraut
2022-10-14
Fix incorrect comment regarding command completion tags
David Rowley
2022-10-13
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-12
doc: Fix description of replication command CREATE_REPLICATION_SLOT
Michael Paquier
2022-10-12
Fix shadow variable in postgres.c
Michael Paquier
2022-10-12
Simplify some maths in xlogreader.c
Michael Paquier
2022-10-11
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-10
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-08
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-07
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-07
meson: Add support for building with precompiled headers
Andres Freund
2022-10-07
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-05
Add optional parameter to PG_TRY() macros
David Rowley
2022-10-05
meson: Add windows resource files
Andres Freund
2022-10-05
Rename shadowed local variables
David Rowley
2022-10-04
Fix comment in guc_tables.c
Michael Paquier
2022-10-04
Cleanup useless assignments and checks
Michael Paquier
2022-10-03
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-01
Fix tiny memory leaks
Peter Eisentraut
2022-10-01
doc: Fix some grammar and typos
Michael Paquier
2022-09-30
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-29
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
[next]