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
Age
Commit message (
Expand
)
Author
2023-09-15
Track nesting depth correctly when drilling down into RECORD Vars.
Tom Lane
2023-09-15
Rename variable for code clarity
Daniel Gustafsson
2023-09-15
Remove unnecessary smgrimmedsync() when creating unlogged table.
Heikki Linnakangas
2023-09-14
Quote filenames in error messages
Daniel Gustafsson
2023-09-14
Fix indentation in SQL file
Peter Eisentraut
2023-09-14
Revert "Improve error message on snapshot import in snapmgr.c"
Michael Paquier
2023-09-14
Flush logical slots to disk during a shutdown checkpoint if required.
Amit Kapila
2023-09-14
Remove redundant result assignment in 004_sync.pl.
Amit Kapila
2023-09-14
Fix tracking of temp table relation extensions as writes
Andres Freund
2023-09-14
Improve error message on snapshot import in snapmgr.c
Michael Paquier
2023-09-13
Refactor error messages for unsupported providers in pg_locale.c
Michael Paquier
2023-09-13
Fix incorrect logic in plan dependency recording
David Rowley
2023-09-13
Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.
Amit Kapila
2023-09-13
Fix exception safety bug in typcache.c.
Thomas Munro
2023-09-13
Switch psql's TAP test for query cancellation to use IPC::Run::signal()
Michael Paquier
2023-09-13
Skip psql's TAP test for query cancellation entirely on Windows
Michael Paquier
2023-09-09
Remove redundant assignments in copyfrom.c
Michael Paquier
2023-09-08
doc: remove mention of backslash doubling in strings
Bruce Momjian
2023-09-08
Stabilize subscription stats test.
Masahiko Sawada
2023-09-08
Add JIT deform_counter
Daniel Gustafsson
2023-09-08
doc: Extend documentation of PG_TEST_EXTRA
Daniel Gustafsson
2023-09-08
Teach WaitEventSetWait() to report multiple events on Windows.
Thomas Munro
2023-09-08
Remove some more "snapshot too old" vestiges.
Thomas Munro
2023-09-08
Improve BackendXidGetPid() to only access allProcs on matching XID
Michael Paquier
2023-09-07
doc: change "cross product" to "Cartesian product"
Bruce Momjian
2023-09-07
Reorder tests in get_cheapest_path_for_pathkeys().
Robert Haas
2023-09-07
Move privilege check to the right place
Alvaro Herrera
2023-09-07
Update information_schema definition for not-null constraints
Alvaro Herrera
2023-09-07
pg_basebackup: Generate valid temporary slot names under PQbackendPID()
Michael Paquier
2023-09-07
Fix instability in 031_recovery_conflict.pl.
Thomas Munro
2023-09-07
Fix recovery conflict SIGUSR1 handling.
Thomas Munro
2023-09-06
Allow using syncfs() in frontend utilities.
Nathan Bossart
2023-09-06
Add support for syncfs() in frontend support functions.
Nathan Bossart
2023-09-06
Make enum for sync methods available to frontend code.
Nathan Bossart
2023-09-06
doc: mention that to_char() values are rounded
Bruce Momjian
2023-09-06
Update comments to match location of definition
Daniel Gustafsson
2023-09-06
Remove column for wait event names in wait_event_names.txt
Michael Paquier
2023-09-06
Use more consistent names for wait event objects and types
Michael Paquier
2023-09-06
Move PG_TEMP_FILE* macros to file_utils.h.
Nathan Bossart
2023-09-05
Replace known_assigned_xids_lck with memory barriers.
Nathan Bossart
2023-09-05
doc: mention libpq regression tests
Bruce Momjian
2023-09-05
Unify gratuitously different error messages
Peter Eisentraut
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
Improve description of keys in tsvector
Michael Paquier
2023-09-04
Fix out-of-bound read in gtsvector_picksplit()
Michael Paquier
2023-09-04
Fix typo in decode.c.
Amit Kapila
2023-09-03
Fix handling of shared statistics with dropped databases
Michael Paquier
2023-09-01
Fix not-null constraint test
Alvaro Herrera
2023-09-01
ATPrepAddPrimaryKey: ignore non-PK constraints
Alvaro Herrera
2023-08-31
Report syncscan position at end of scan.
Heikki Linnakangas
[next]