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
Age
Commit message (
Expand
)
Author
2023-09-25
Add GUC for temporarily disabling event triggers
Daniel Gustafsson
2023-09-23
Fix typo in test comment
Daniel Gustafsson
2023-09-23
Don't use Perl pack('Q') in 039_end_of_wal.pl.
Thomas Munro
2023-09-22
Don't trust unvalidated xl_tot_len.
Thomas Munro
2023-09-22
Avoid using internal test methods in SSL tests
Daniel Gustafsson
2023-09-22
Avoid potential pfree on NULL on OpenSSL errors
Daniel Gustafsson
2023-09-22
Simplify information schema check constraint deparsing
Peter Eisentraut
2023-09-22
Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.
Tom Lane
2023-09-21
Allow dbname in pg_basebackup/pg_receivewal connstring
Daniel Gustafsson
2023-09-21
Update comment about set_join_pathlist_hook().
Etsuro Fujita
2023-09-21
Fix vacuumdb to pass buffer-usage-limit with analyze-only mode
David Rowley
2023-09-20
Remove open-coded binary heap in pg_dump_sort.c.
Nathan Bossart
2023-09-20
Fix typos in pgoutput.c
Michael Paquier
2023-09-20
psql: Reset query buffer of \e, \ef and \ev on error
Michael Paquier
2023-09-19
Convert pg_restore's ready_list to a priority queue.
Nathan Bossart
2023-09-19
Fix psql tab-completion for identifiers containing dollars.
Heikki Linnakangas
2023-09-19
Replace more MemSet calls with struct initialization
Peter Eisentraut
2023-09-19
Fix GiST README's explanation of the NSN cross-check.
Heikki Linnakangas
2023-09-19
Standardize type of extend_by counter
Peter Eisentraut
2023-09-19
Improve error message for snapshot import in snapmgr.c, take two
Michael Paquier
2023-09-18
Fix assertion failure with PL/Python exceptions
Michael Paquier
2023-09-18
Add function for removing arbitrary nodes in binaryheap.
Nathan Bossart
2023-09-18
Fix MSVC build for changes to binaryheap.
Nathan Bossart
2023-09-18
Make binaryheap available to frontend code.
Nathan Bossart
2023-09-18
Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.
Tom Lane
2023-09-18
Fix psql's \? output for \watch
Alvaro Herrera
2023-09-18
Fix information schema for catalogued not-null constraints
Peter Eisentraut
2023-09-18
Update Unicode data to Unicode 15.1.0
Peter Eisentraut
2023-09-18
Make Unicode script fit for future versions
Peter Eisentraut
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
Stabilize subscription stats test.
Masahiko Sawada
2023-09-08
Add JIT deform_counter
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
[next]