projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
13 hours ago
Michael Paquier
ecpg: Fix memory leaks in ecpg_auto_prepare()
master
github/master
commit
|
commitdiff
|
tree
13 hours ago
Michael Paquier
Fix performance regression with flush of pending fixed...
commit
|
commitdiff
|
tree
24 hours ago
Alexander Korotkov
Process sync requests incrementally in AbsorbSyncRequests
commit
|
commitdiff
|
tree
27 hours ago
Michael Paquier
Add assertions for all the required index AM callbacks
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Add commit 73873805f to .git-blame-ignore-revs.
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Silence leakage complaint about postgres_fdw's InitPgFd...
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Run pgindent on the changes of the previous patch.
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Reap the benefits of not having to avoid leaking PGresults.
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Create infrastructure to reliably prevent leakage of...
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Fix dynahash's HASH_FIXED_SIZE ("isfixed") option.
commit
|
commitdiff
|
tree
3 days ago
Álvaro Herrera
Refactor grammar to create opt_utility_option_list
commit
|
commitdiff
|
tree
3 days ago
Fujii Masao
Fix background worker not restarting after crash-and...
commit
|
commitdiff
|
tree
3 days ago
Michael Paquier
Fix assertion failure with latch wait in single-user...
commit
|
commitdiff
|
tree
3 days ago
Michael Paquier
Lower bounds related to pgstats kinds
commit
|
commitdiff
|
tree
3 days ago
Nathan Bossart
Fix return value of visibilitymap_get_status().
commit
|
commitdiff
|
tree
4 days ago
Amit Kapila
Fix duplicate transaction replay during pg_createsubscr...
commit
|
commitdiff
|
tree
4 days ago
Michael Paquier
Introduce field tracking cached plan type in PlannedStmt
commit
|
commitdiff
|
tree
4 days ago
Amit Kapila
Fix cfbot failure caused by commit 228c370868.
commit
|
commitdiff
|
tree
4 days ago
Fujii Masao
doc: Add missing index entries and fix title formatting...
commit
|
commitdiff
|
tree
4 days ago
Tom Lane
Fix build breakage on Solaris-alikes with late-model...
commit
|
commitdiff
|
tree
4 days ago
Nathan Bossart
Cross-check lists of built-in LWLock tranches.
commit
|
commitdiff
|
tree
4 days ago
Nathan Bossart
Use PqMsg_* macros in walsender.c
commit
|
commitdiff
|
tree
5 days ago
Álvaro Herrera
Move enum RecoveryTargetAction to xlogrecovery.h
commit
|
commitdiff
|
tree
5 days ago
Amit Kapila
Preserve conflict-relevant data during logical replication.
commit
|
commitdiff
|
tree
5 days ago
David Rowley
Use strchr instead of strstr for single-char lookups
commit
|
commitdiff
|
tree
5 days ago
Michael Paquier
ecpg: Improve error detection around ecpg_strdup()
commit
|
commitdiff
|
tree
5 days ago
Fujii Masao
Remove translation marker from libpq-be-fe-helpers.h.
commit
|
commitdiff
|
tree
6 days ago
Andres Freund
aio: Fix assertion, clarify README
commit
|
commitdiff
|
tree
6 days ago
Amit Kapila
Doc: Fix logical replication examples.
commit
|
commitdiff
|
tree
6 days ago
Michael Paquier
doc: Inform about aminsertcleanup optional NULLness
commit
|
commitdiff
|
tree
6 days ago
Fujii Masao
Log remote NOTICE, WARNING, and similar messages using...
commit
|
commitdiff
|
tree
6 days ago
Michael Paquier
ecpg: Fix NULL pointer dereference during connection...
commit
|
commitdiff
|
tree
6 days ago
Richard Guo
Reduce "Var IS [NOT] NULL" quals during constant folding
commit
|
commitdiff
|
tree
6 days ago
Richard Guo
Centralize collection of catalog info needed early...
commit
|
commitdiff
|
tree
6 days ago
Richard Guo
Expand virtual generated columns before sublink pull-up
commit
|
commitdiff
|
tree
7 days ago
Alexander Korotkov
Update comment for ReplicationSlot.last_saved_restart_lsn
commit
|
commitdiff
|
tree
7 days ago
Álvaro Herrera
pg_dump: include comments on not-null constraints on...
commit
|
commitdiff
|
tree
8 days ago
Fujii Masao
doc: Document reopen of output file via SIGHUP in pg_re...
commit
|
commitdiff
|
tree
8 days ago
Tom Lane
Mostly-cosmetic adjustments to estimate_multivariate_bu...
commit
|
commitdiff
|
tree
9 days ago
Alexander Korotkov
Reintroduce test 046_checkpoint_logical_slot
commit
|
commitdiff
|
tree
9 days ago
Alexander Korotkov
Improve the stability of the recovery test 047_checkpoi...
commit
|
commitdiff
|
tree
9 days ago
Alexander Korotkov
Fix infinite wait when reading a partially written...
commit
|
commitdiff
|
tree
9 days ago
Michael Paquier
Check status of nodes after regression test run in...
commit
|
commitdiff
|
tree
9 days ago
Michael Paquier
Add PostgreSQL::Test::Cluster::is_alive()
commit
|
commitdiff
|
tree
9 days ago
Tom Lane
Speed up byteain by not parsing traditional-style input...
commit
|
commitdiff
|
tree
9 days ago
Nathan Bossart
Remove unused variable in generate-lwlocknames.pl.
commit
|
commitdiff
|
tree
9 days ago
Nathan Bossart
pg_upgrade: Use COPY for large object metadata.
commit
|
commitdiff
|
tree
9 days ago
Alexander Korotkov
Fix a typo in the deparseArrayCoerceExpr() header comment
commit
|
commitdiff
|
tree
10 days ago
Dean Rasheed
Fix concurrent update trigger issues with MERGE in...
commit
|
commitdiff
|
tree
10 days ago
Alexander Korotkov
Support for deparsing of ArrayCoerceExpr node in contri...
commit
|
commitdiff
|
tree
10 days ago
Nathan Bossart
Add a test harness for the binary heap code.
commit
|
commitdiff
|
tree
10 days ago
Tom Lane
Fix PQport to never return NULL unless the connection...
commit
|
commitdiff
|
tree
10 days ago
Álvaro Herrera
Remove assertion from PortalRunMulti
commit
|
commitdiff
|
tree
10 days ago
Nathan Bossart
doc: Add note about how to use pg_overexplain.
commit
|
commitdiff
|
tree
11 days ago
Amit Langote
Remove duplicate line
commit
|
commitdiff
|
tree
11 days ago
Michael Paquier
Split regression tests for TOAST compression methods...
commit
|
commitdiff
|
tree
11 days ago
Michael Paquier
Fix inconsistent LWLock tranche names for MultiXact*
commit
|
commitdiff
|
tree
11 days ago
Daniel Gustafsson
doc: Add example file for COPY
commit
|
commitdiff
|
tree
11 days ago
Jeff Davis
Force LC_COLLATE to C in postmaster.
commit
|
commitdiff
|
tree
11 days ago
Álvaro Herrera
Fix dumping of comments on invalid constraints on domains
commit
|
commitdiff
|
tree
11 days ago
Peter Geoghegan
nbtree: Use only one notnullkey ScanKeyData.
commit
|
commitdiff
|
tree
11 days ago
Jeff Davis
pg_dumpall: Skip global objects with --statistics-only...
commit
|
commitdiff
|
tree
11 days ago
Nathan Bossart
psql: Fix note on project naming in output of \copyright.
commit
|
commitdiff
|
tree
12 days ago
Michael Paquier
Refactor non-supported compression error message in...
commit
|
commitdiff
|
tree
12 days ago
Fujii Masao
pgoutput: Initialize missing default for "origin" param...
commit
|
commitdiff
|
tree
12 days ago
Fujii Masao
doc: Document default values for pgoutput options in...
commit
|
commitdiff
|
tree
12 days ago
Fujii Masao
doc: Fix confusing description of streaming option...
commit
|
commitdiff
|
tree
12 days ago
Fujii Masao
doc: Clarify that total_vacuum_time excludes VACUUM...
commit
|
commitdiff
|
tree
12 days ago
Tom Lane
Doc: clarify description of regexp fields in pg_ident...
commit
|
commitdiff
|
tree
12 days ago
Tom Lane
Clarify the ra != rb case in compareJsonbContainers().
commit
|
commitdiff
|
tree
12 days ago
Tom Lane
Silence uninitialized-value warnings in compareJsonbCon...
commit
|
commitdiff
|
tree
12 days ago
Tom Lane
Doc: clarify description of current-date/time functions.
commit
|
commitdiff
|
tree
13 days ago
Fujii Masao
psql: Fix tab-completion after GRANT/REVOKE on LARGE...
commit
|
commitdiff
|
tree
13 days ago
Michael Paquier
Fix comments in index.c
commit
|
commitdiff
|
tree
2025-07-14
Fujii Masao
amcheck: Improve error message for partitioned index...
commit
|
commitdiff
|
tree
2025-07-14
Michael Paquier
psql: Add variable SERVICEFILE
commit
|
commitdiff
|
tree
2025-07-13
Tom Lane
In username-map substitution, cope with more than one \1.
commit
|
commitdiff
|
tree
2025-07-13
Michael Paquier
libpq: Add "servicefile" connection option
commit
|
commitdiff
|
tree
2025-07-12
Nathan Bossart
Remove XLogCtl->ckptFullXid.
commit
|
commitdiff
|
tree
2025-07-12
Tom Lane
Replace float8 with int in date2isoweek() and date2isoy...
commit
|
commitdiff
|
tree
2025-07-12
Andres Freund
Remove long-unused TransactionIdIsActive()
commit
|
commitdiff
|
tree
2025-07-12
Thomas Munro
aio: Fix configuration reload in IO workers.
commit
|
commitdiff
|
tree
2025-07-12
Thomas Munro
aio: Remove obsolete IO worker ID references.
commit
|
commitdiff
|
tree
2025-07-12
Thomas Munro
aio: Regularize IO worker internal naming.
commit
|
commitdiff
|
tree
2025-07-12
Thomas Munro
Fix stale idle flag when IO workers exit.
commit
|
commitdiff
|
tree
2025-07-11
Tom Lane
Fix inconsistent quoting of role names in ACLs.
commit
|
commitdiff
|
tree
2025-07-11
Jacob Champion
oauth: Run Autoconf tests with correct compiler flags
commit
|
commitdiff
|
tree
2025-07-11
Nathan Bossart
Add FLUSH_UNLOGGED option to CHECKPOINT command.
commit
|
commitdiff
|
tree
2025-07-11
Nathan Bossart
Add MODE option to CHECKPOINT command.
commit
|
commitdiff
|
tree
2025-07-11
Nathan Bossart
Add option list to CHECKPOINT command.
commit
|
commitdiff
|
tree
2025-07-11
Nathan Bossart
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
commit
|
commitdiff
|
tree
2025-07-11
Nathan Bossart
Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
commit
|
commitdiff
|
tree
2025-07-11
Tom Lane
Force LC_NUMERIC to C while running TAP tests.
commit
|
commitdiff
|
tree
2025-07-11
Amit Kapila
Fix the handling of two GUCs during upgrade.
commit
|
commitdiff
|
tree
2025-07-11
Tatsuo Ishii
Doc: fix outdated protocol version.
commit
|
commitdiff
|
tree
2025-07-10
Fujii Masao
doc: Clarify meaning of "idle" in idle_replication_slot...
commit
|
commitdiff
|
tree
2025-07-10
Fujii Masao
Change unit of idle_replication_slot_timeout to seconds.
commit
|
commitdiff
|
tree
2025-07-10
Daniel Gustafsson
Fix sslkeylogfile error handling logging
commit
|
commitdiff
|
tree
2025-07-10
Nathan Bossart
pg_dump: Fix object-type sort priority for large objects.
commit
|
commitdiff
|
tree
2025-07-10
Michael Paquier
btree_gist: Merge the last two versions into version 1.8
commit
|
commitdiff
|
tree
next