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
2023-12-04
Add support for REINDEX in event triggers
Michael Paquier
2023-12-01
pgindent fix
Peter Eisentraut
2023-12-01
Check collation when creating partitioned index
Peter Eisentraut
2023-11-30
Remove redundant setting of hashkey after insertion
John Naylor
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-28
Use larger segment file names for pg_notify
Alexander Korotkov
2023-11-28
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-11-23
C comment: fix typos with unnecessary apostrophes
Bruce Momjian
2023-11-19
Lock table in DROP STATISTICS
Tomas Vondra
2023-11-16
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-15
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-13
Add error about the use of FREEZE in COPY TO
Bruce Momjian
2023-11-08
Check stack depth in new recursive functions
Alvaro Herrera
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-20
Make some error strings more generic
Alvaro Herrera
2023-10-20
Extend ALTER OPERATOR to allow setting more optimization attributes.
Tom Lane
2023-10-19
Add local_blk_{read|write}_time I/O timing statistics for local blocks
Michael Paquier
2023-10-19
Rename I/O timing statistics columns to shared_blk_{read|write}_time
Michael Paquier
2023-10-17
Restart the apply worker if the privileges have been revoked.
Amit Kapila
2023-10-16
Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.
Tom Lane
2023-10-16
Fix code indentation violations in e83d1b0c40cc
Michael Paquier
2023-10-16
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-05
Push attcompression and attstorage handling into BuildDescForRelation()
Peter Eisentraut
2023-10-05
Move BuildDescForRelation() from tupdesc.c to tablecmds.c
Peter Eisentraut
2023-10-05
Push attidentity and attgenerated handling into BuildDescForRelation()
Peter Eisentraut
2023-10-03
Remove RelationGetIndexRawAttOptions()
Peter Eisentraut
2023-10-03
Remove IndexInfo.ii_OpclassOptions field
Peter Eisentraut
2023-10-01
In COPY FROM, fail cleanly when unsupported encoding conversion is needed.
Tom Lane
2023-10-01
Only evaluate default values as required when doing COPY FROM
Andrew Dunstan
2023-09-30
Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM
Andrew Dunstan
2023-09-30
Fix briefly showing old progress stats for ANALYZE on inherited tables.
Heikki Linnakangas
2023-09-27
Add TupleDescGetDefault()
Peter Eisentraut
2023-09-26
MergeAttributes() and related variable renaming
Peter Eisentraut
2023-09-26
Clean up MergeCheckConstraint()
Peter Eisentraut
2023-09-26
Clean up MergeAttributesIntoExisting()
Peter Eisentraut
2023-09-25
Add GUC for temporarily disabling event triggers
Daniel Gustafsson
2023-09-13
Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.
Amit Kapila
2023-09-09
Remove redundant assignments in copyfrom.c
Michael Paquier
2023-09-08
Add JIT deform_counter
Daniel Gustafsson
2023-09-07
Move privilege check to the right place
Alvaro Herrera
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-01
Fix not-null constraint test
Alvaro Herrera
2023-09-01
ATPrepAddPrimaryKey: ignore non-PK constraints
Alvaro Herrera
2023-08-30
Fix possible compiler warning
Peter Eisentraut
2023-08-29
Remove useless if condition
Peter Eisentraut
2023-08-29
Remove useless if condition
Peter Eisentraut
2023-08-29
Make more use of makeColumnDef()
Peter Eisentraut
2023-08-29
Add some const decorations
Peter Eisentraut
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-08-23
Some vertical reformatting
Peter Eisentraut
[next]