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
/
contrib
Age
Commit message (
Expand
)
Author
2022-12-16
C comment: fix wording
Bruce Momjian
2022-12-16
Remove pessimistic cost penalization from Incremental Sort
David Rowley
2022-12-13
basebackup_to_shell: Add some const qualifiers for consistency
Peter Eisentraut
2022-12-10
Standardize error reports in unimplemented I/O functions.
Tom Lane
2022-12-09
Allow DateTimeParseError to handle bad-timezone error messages.
Tom Lane
2022-12-09
Convert a few datatype input functions to use "soft" error reporting.
Tom Lane
2022-12-07
meson: Add 'running' test setup, as a replacement for installcheck
Andres Freund
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-06
Fix typo
Alvaro Herrera
2022-11-30
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-11-25
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-11-21
Mark pageinspect's disk-accessing functions as parallel restricted.
Tom Lane
2022-11-21
Prevent instability in contrib/pageinspect's regression test.
Tom Lane
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-11-12
If wait_for_catchup fails under has_wal_read_bug, skip balance of test.
Noah Misch
2022-11-08
Produce more-optimal plans for bitmap scans on boolean columns.
Tom Lane
2022-11-01
pg_stat_statements: fetch stmt location/length before it disappears.
Tom Lane
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-27
Avoid making commutatively-duplicate clauses in EquivalenceClasses.
Tom Lane
2022-10-20
Fix assertion failures while processing NEW_CID record in logical decoding.
Amit Kapila
2022-10-18
Fix confusion about havingQual vs hasHavingQual in planner.
Tom Lane
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-17
Fix calculation related to temporary WAL segment name in basic_archive
Michael Paquier
2022-10-15
Disallow MERGE cleanly for foreign partitions
Alvaro Herrera
2022-10-14
Standardize format for printing PIDs
Peter Eisentraut
2022-10-13
Remove redundant memset call following palloc0
Daniel Gustafsson
2022-10-13
pg_buffercache: Add pg_buffercache_summary()
Andres Freund
2022-10-13
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-13
Add missing isolation test for test_decoding in meson build
Michael Paquier
2022-10-10
Simplify our Assert infrastructure a little.
Tom Lane
2022-10-10
Use C library functions instead of Abs() for int64
Peter Eisentraut
2022-10-08
Use fabsf() instead of Abs() or fabs() where appropriate
Peter Eisentraut
2022-10-07
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-07
meson: Add support for building with precompiled headers
Andres Freund
2022-10-07
Fix final warnings produced by -Wshadow=compatible-local
David Rowley
2022-10-06
Remove useless character-length checks in contrib/ltree.
Tom Lane
2022-10-06
Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.
Tom Lane
2022-10-05
tests: Rename conflicting role names
Andres Freund
2022-10-05
meson: Add windows resource files
Andres Freund
2022-10-05
Fix whitespace
Peter Eisentraut
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-09-29
Restore pg_pread and friends.
Thomas Munro
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Update pg_buffercache's meson.build.
Robert Haas
2022-09-27
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
Fix pg_stat_statements for MERGE
Alvaro Herrera
2022-09-22
Harmonize parameter names in contrib code.
Peter Geoghegan
[next]