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
2024-03-20
Review wording on tablespaces w.r.t. partitioned tables
Alvaro Herrera
2024-03-20
Catalog domain not-null constraints
Peter Eisentraut
2024-03-19
Improve EXPLAIN's display of SubPlan nodes and output parameters.
Tom Lane
2024-03-18
Address more review comments on commit 2d819a08a1.
Jeff Davis
2024-03-18
Initialize variables to placate compiler.
Nathan Bossart
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
Add attstattarget to FormExtraData_pg_attribute
Peter Eisentraut
2024-03-17
Make stxstattarget nullable
Peter Eisentraut
2024-03-17
Separate equalRowTypes() from equalTupleDescs()
Peter Eisentraut
2024-03-16
Add destroyStringInfo function for cleaning up StringInfos
Daniel Gustafsson
2024-03-14
Login event trigger documentation wordsmithing
Daniel Gustafsson
2024-03-14
Introduce "builtin" collation provider.
Jeff Davis
2024-03-13
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-10
Improve support for ExplainOneQuery() hook
Michael Paquier
2024-03-09
Catalog changes preparing for builtin collation provider.
Jeff Davis
2024-03-08
Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHOD
Michael Paquier
2024-03-05
Rename pg_constraint.conwithoutoverlaps to conperiod
Peter Eisentraut
2024-03-05
Fix buildfarm failures from 2af07e2f74.
Jeff Davis
2024-03-05
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2024-03-04
Explicitly list dependent types as extension members in pg_depend.
Tom Lane
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-02-29
Support MERGE into updatable views.
Dean Rasheed
2024-02-28
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-28
Rename SLRU elements in view pg_stat_slru
Alvaro Herrera
2024-02-26
Group more closely cache updates for backends in sequence.c
Michael Paquier
2024-02-26
Introduce sequence_*() access functions
Michael Paquier
2024-02-21
Remove extra check_stack_depth() from dropconstraint_internal()
Alexander Korotkov
2024-02-20
Revert "Improve compression and storage support with inheritance"
Peter Eisentraut
2024-02-16
Add missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-02-16
Improve compression and storage support with inheritance
Peter Eisentraut
2024-02-14
Fix multiranges to behave more like dependent types.
Tom Lane
2024-02-14
Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"
Michael Paquier
2024-02-12
Remove unnecessary smgropen() calls
Heikki Linnakangas
2024-02-11
Use heap_inplace_update() to unset pg_database.dathasloginevt
Alexander Korotkov
2024-02-09
Fix indentation of copyto.c
Michael Paquier
2024-02-09
Improve COPY TO performance when server and client encodings match
Michael Paquier
2024-02-08
Fix gcc >= 10 warning
Alexander Korotkov
2024-02-07
Clean-ups for 776621a5e4 and 7329240437.
Amit Kapila
2024-02-07
Simplify signature of CopyAttributeOutCSV() in copyto.c
Michael Paquier
2024-02-06
Revert "Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO"
Michael Paquier
2024-02-05
Fix assertion if index is dropped during REFRESH CONCURRENTLY
Heikki Linnakangas
2024-02-05
Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security context
Heikki Linnakangas
2024-02-05
Enhance libpqrcv APIs to support slot synchronization.
Amit Kapila
2024-02-05
Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO
Michael Paquier
2024-02-05
Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM
Michael Paquier
2024-02-01
Sync PG_VERSION file in CREATE DATABASE.
Noah Misch
[next]