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
/
backend
/
commands
Age
Commit message (
Expand
)
Author
2025-03-18
Use correct variable name in publicationcmds.c.
Amit Kapila
2025-03-14
Remove direct handling of reloptions for toast tables
Álvaro Herrera
2025-03-13
ATExecSetRelOptions: Reduce scope of 'isnull' variable
Álvaro Herrera
2025-03-13
Avoid invalidating all RelationSyncCache entries on publication rename.
Amit Kapila
2025-03-11
Assert that a snapshot is active or registered before it's used
Heikki Linnakangas
2025-03-11
Improve EXPLAIN's display of window functions.
Tom Lane
2025-03-11
Show index search count in EXPLAIN ANALYZE, take 2.
Peter Geoghegan
2025-03-11
Move RemoveInheritedConstraint() call slightly earlier
Peter Eisentraut
2025-03-11
refactor: Split tryAttachPartitionForeignKey()
Peter Eisentraut
2025-03-11
refactor: re-add ATExecAlterChildConstr()
Peter Eisentraut
2025-03-10
Remove support for temporal RESTRICT foreign keys
Peter Eisentraut
2025-03-05
Revert "Show index search count in EXPLAIN ANALYZE."
Peter Geoghegan
2025-03-05
Show index search count in EXPLAIN ANALYZE.
Peter Geoghegan
2025-03-05
Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT
Álvaro Herrera
2025-03-04
Refactor Copy{From|To}GetRoutine() to use pass-by-reference argument.
Masahiko Sawada
2025-03-04
Fix accidental use of = instead of ==
Peter Eisentraut
2025-03-04
Fix ALTER TABLE ADD VIRTUAL GENERATED COLUMN when table rewrite
Peter Eisentraut
2025-03-03
Simplify some logic around setting pg_attribute.atthasdef.
Tom Lane
2025-03-03
Remove now-dead code in StoreAttrDefault().
Tom Lane
2025-03-03
Fix broken handling of domains in atthasmissing logic.
Tom Lane
2025-03-03
Add relallfrozen to pg_class
Melanie Plageman
2025-02-28
Re-export NextCopyFromRawFields() to copy.h.
Masahiko Sawada
2025-02-28
Refactor COPY FROM to use format callback functions.
Masahiko Sawada
2025-02-28
Avoid including explain.h in explain_format.h and explain_dr.h
Robert Haas
2025-02-28
Fix missing space in EXPLAIN ANALYZE output.
Robert Haas
2025-02-27
Refactor COPY TO to use format callback functions.
Masahiko Sawada
2025-02-27
Create explain_dr.c and move DestReceiver-related code there.
Robert Haas
2025-02-27
Create explain_format.c and move relevant code there.
Robert Haas
2025-02-27
EXPLAIN: Always use two fractional digits for row counts.
Robert Haas
2025-02-27
Generalize hash and ordering support in amapi
Peter Eisentraut
2025-02-21
Avoid race condition between "GRANT role" and "DROP ROLE".
Tom Lane
2025-02-21
Allow EXPLAIN to indicate fractional rows.
Robert Haas
2025-02-21
Fix a WARNING for data origin discrepancies.
Amit Kapila
2025-02-21
Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025-02-20
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-19
Add ATAlterConstraint struct for ALTER .. CONSTRAINT
Álvaro Herrera
2025-02-17
Add information about WAL buffers full to VACUUM/ANALYZE (VERBOSE)
Michael Paquier
2025-02-17
Add information about WAL buffers being full to EXPLAIN (WAL)
Michael Paquier
2025-02-14
Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs.
Nathan Bossart
2025-02-13
Remove unused parameter from execute_extension_script().
Nathan Bossart
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-02-13
Fix MakeTransitionCaptureState() to return a consistent result
Michael Paquier
2025-02-11
Add cost-based vacuum delay time to progress views.
Nathan Bossart
2025-02-11
Add is_analyze parameter to vacuum_delay_point().
Nathan Bossart
2025-02-11
Eagerly scan all-visible pages to amortize aggressive vacuum
Melanie Plageman
2025-02-07
Support non-btree indexes for foreign keys
Peter Eisentraut
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-07
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-02-06
Disallow COPY FREEZE on foreign tables.
Nathan Bossart
2025-02-03
Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()
Peter Eisentraut
[next]