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
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
Age
Commit message (
Expand
)
Author
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-17
Record dependencies of a cast on other casts that it requires.
Tom Lane
2022-10-17
Reject non-ON-SELECT rules that are named "_RETURN".
Tom Lane
2022-10-17
Guard against table-AM-less relations in planner.
Tom Lane
2022-10-17
Add checks for regexes with user name map in test for peer authentication
Michael Paquier
2022-10-16
Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.
Tom Lane
2022-10-16
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-10-16
Use libc's snprintf, not sprintf, for special cases in snprintf.c.
Tom Lane
2022-10-15
Disallow MERGE cleanly for foreign partitions
Alvaro Herrera
2022-10-15
Fix some comments in proc.h
Michael Paquier
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
libpq: Reset singlerow flag correctly in pipeline mode
Alvaro Herrera
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
Put tests of md5() function into separate test file
Peter Eisentraut
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 outdated code reference
Alvaro Herrera
2022-10-12
Reduce xlog.h inclusion footprint
Alvaro Herrera
2022-10-12
Reduce basebackup_sink.h inclusion footprint
Alvaro Herrera
2022-10-12
Add meson.build to version_stamp.pl
Peter Eisentraut
2022-10-12
Remove Abs()
Peter Eisentraut
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
Fix compilation warning in test_copy_callbacks
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
C comment: explain procArray->pgprocnos[]
Bruce Momjian
2022-10-11
Add a common function to generate the origin name.
Amit Kapila
2022-10-11
Add TAP tests for role membership in pg_hba.conf
Michael Paquier
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
autoconf: Rely on ar supporting index creation
Andres Freund
2022-10-07
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-10-07
Convert macros to static inline functions (rel.h)
Peter Eisentraut
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
[next]