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
2023-01-12
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-12
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
Common function for percent placeholder replacement
Peter Eisentraut
2023-01-10
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-08
Doc: improve commentary about providing our own definitions of M_PI.
Tom Lane
2023-01-07
Check relkind before using TABLESAMPLE in postgres_fdw
Tomas Vondra
2023-01-06
Allow hyphens in ltree labels
Andrew Dunstan
2023-01-06
Fix stale comment about sample_frac adjustment
Tomas Vondra
2023-01-02
Update copyright for 2023
Bruce Momjian
2023-01-02
Add bt_multi_page_stats() function to contrib/pageinspect.
Tom Lane
2022-12-30
Sample postgres_fdw tables remotely during ANALYZE
Tomas Vondra
2022-12-29
Fix oversight in 7a05425d96
Andrew Dunstan
2022-12-28
Convert contrib/ltree's input functions to report errors softly
Andrew Dunstan
2022-12-28
Convert contrib/intarray's bqarr_in() to report errors softly
Andrew Dunstan
2022-12-27
Convert hstore_in to report errors softly.
Tom Lane
2022-12-25
Fix thinko in 720e0327bc
Andrew Dunstan
2022-12-24
Convert contrib/isn's input functions to report errors softly
Andrew Dunstan
2022-12-23
Convert contrib/seg's input function to report errors softly
Andrew Dunstan
2022-12-23
Fix bug in translate_col_privs_multilevel
David Rowley
2022-12-21
Fix contrib/seg to be more wary of long input numbers.
Tom Lane
2022-12-21
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
Allow batching of inserts during cross-partition updates.
Etsuro Fujita
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
[next]