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-10-17
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-17
Reword messages about impending (M)XID exhaustion.
Robert Haas
2023-10-17
Talk about assigning, rather than generating, new MultiXactIds.
Robert Haas
2023-10-17
Improve truncation of pg_serial/, removing "apparent wraparound" LOGs
Michael Paquier
2023-10-17
Run 006_login_trigger.pl only with Unix-domain sockets
Alexander Korotkov
2023-10-17
Restart the apply worker if the privileges have been revoked.
Amit Kapila
2023-10-16
Add regression test coverage for timetz_izone().
Tom Lane
2023-10-16
Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.
Tom Lane
2023-10-16
Move extra code out of the Pre/PostRestoreCommand() section.
Nathan Bossart
2023-10-16
List 006_login_trigger.pl test for meson
Alexander Korotkov
2023-10-16
worker_spi: Fix test failure with BGWORKER_BYPASS_ROLELOGINCHECK
Michael Paquier
2023-10-16
Try to handle torn reads of pg_control in frontend.
Thomas Munro
2023-10-16
worker_spi: Bump up max_worker_processes in TAP tests
Michael Paquier
2023-10-16
Rename 005_login_trigger.pl to 006_login_trigger.pl
Alexander Korotkov
2023-10-16
Fix role names in src/test/authentication/t/005_login_trigger.pl
Alexander Korotkov
2023-10-16
Fix code indentation violations in e83d1b0c40cc
Michael Paquier
2023-10-16
Fix comment from commit 22655aa231.
Thomas Munro
2023-10-16
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-15
Acquire ControlFileLock in relevant SQL functions.
Thomas Munro
2023-10-14
Dissociate btequalimage() from interval_ops, ending its deduplication.
Noah Misch
2023-10-14
Don't spuriously report FD_SETSIZE exhaustion on Windows.
Noah Misch
2023-10-14
Harden xxx_is_visible() functions against concurrent object drops.
Tom Lane
2023-10-14
Harden has_xxx_privilege() functions against concurrent object drops.
Tom Lane
2023-10-14
Fix bulk table extension when copying into multiple partitions
Andres Freund
2023-10-13
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-10-13
psql: Add completion support for AT [ LOCAL | TIME ZONE ]
Michael Paquier
2023-10-13
Add support for AT LOCAL
Michael Paquier
2023-10-13
Add wait events for checkpoint delay mechanism.
Thomas Munro
2023-10-12
Unify two isLogSwitch tests in XLogInsertRecord.
Robert Haas
2023-10-12
Fix runtime partition pruning for HASH partitioned tables
David Rowley
2023-10-12
Fix incorrect step generation in HASH partition pruning
David Rowley
2023-10-12
Add option to bgworkers to allow the bypass of role login check
Michael Paquier
2023-10-11
Reindent comment in GenericXLogFinish().
Tom Lane
2023-10-11
Fix missed optimization in relation_excluded_by_constraints().
Tom Lane
2023-10-11
Move canAcceptConnections check from ProcessStartupPacket to caller.
Heikki Linnakangas
2023-10-11
Improve some wording in pg_upgrade/IMPLEMENTATION
Michael Paquier
2023-10-11
Refactor InitPostgres() to use bitwise option flags
Michael Paquier
2023-10-10
Fix bug in GenericXLogFinish().
Jeff Davis
2023-10-10
Replace has_multiple_baserels() with a bitmap test on all_baserels.
Tom Lane
2023-10-10
pg_resetwal: Corrections around -c option
Peter Eisentraut
2023-10-10
Add const to values and nulls arguments
Peter Eisentraut
2023-10-10
Fix possible crash in add_paths_to_append_rel()
David Rowley
2023-10-10
Revert "Optimize various aggregate deserialization functions"
David Rowley
2023-10-10
worker_spi: Fix another stability issue with BGWORKER_BYPASS_ALLOWCONN
Michael Paquier
2023-10-09
Rename StartBackgroundWorker() to BackgroundWorkerMain().
Heikki Linnakangas
2023-10-09
Allocate Backend structs in PostmasterContext.
Heikki Linnakangas
2023-10-09
Clarify the checks in RegisterBackgroundWorker.
Heikki Linnakangas
2023-10-09
Optimize various aggregate deserialization functions
David Rowley
2023-10-09
Remove duplicate words in docs and code comments.
Amit Kapila
2023-10-09
Strip off ORDER BY/DISTINCT aggregate pathkeys in create_agg_path
David Rowley
[next]