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-09-12
Adjust tuplestore stats API
David Rowley
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-09-09
Add WAL usage reporting to ANALYZE VERBOSE output.
Masahiko Sawada
2024-09-09
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-09-09
Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions
Michael Paquier
2024-09-07
Update extension lookup routines to use the syscache
Michael Paquier
2024-09-04
Remove lc_collate_is_c().
Jeff Davis
2024-09-04
Unify some error messages to ease work of translators
Michael Paquier
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-03
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-08-29
Rename pg_sequence_read_tuple() to pg_get_sequence_data()
Michael Paquier
2024-08-29
Message style improvements
Peter Eisentraut
2024-08-29
Disallow USING clause when altering type of generated column
Peter Eisentraut
2024-08-29
Refactor some code for ALTER TABLE SET LOGGED/UNLOGGED in tablecmds.c
Michael Paquier
2024-08-28
Add prefetching support on macOS
Peter Eisentraut
2024-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-22
Avoid repeated table name lookups in createPartitionTable()
Alexander Korotkov
2024-08-22
Small code simplification
Richard Guo
2024-08-21
Disallow creating binary-coercible casts involving range types.
Tom Lane
2024-08-21
Show number of disabled nodes in EXPLAIN ANALYZE output.
Robert Haas
2024-08-21
Small code simplification
Peter Eisentraut
2024-08-19
Explain dropdb can't use syscache because of TOAST
Tomas Vondra
2024-08-18
Fix DROP DATABASE for databases with many ACLs
Tomas Vondra
2024-08-18
Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE DATABASE.
Noah Misch
2024-08-16
Relocate a badly placed Assert in COPY FROM code
David Rowley
2024-08-16
Refactor CopyOneRowTo
Heikki Linnakangas
2024-08-15
Variable renaming in dbcommands.c
Peter Eisentraut
2024-08-15
Improve ALTER PUBLICATION validation and error messages
David Rowley
2024-08-14
Add resource statistics reporting to ANALYZE VERBOSE.
Masahiko Sawada
2024-08-14
Use pgBufferUsage for buffer usage tracking in analyze.
Masahiko Sawada
2024-08-10
Improve header comment for WaitLSNSetLatches()
Alexander Korotkov
2024-08-10
Adjust pg_wal_replay_wait() procedure behavior on promoted standby
Alexander Korotkov
2024-08-08
Refuse ATTACH of a table referenced by a foreign key
Alvaro Herrera
2024-08-08
Refactor error messages to reduce duplication
Alvaro Herrera
2024-08-06
Turn a few 'validnsps' static variables into locals
Heikki Linnakangas
2024-08-06
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-08-06
Clean up handling of client_encoding GUC in parallel workers.
Tom Lane
2024-08-02
Small refactoring around ExecCreateTableAs().
Jeff Davis
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-01
Revert "Allow parallel workers to cope with a newly-created session user ID."
Tom Lane
2024-07-31
Add is_create parameter to RefreshMatviewByOid().
Jeff Davis
2024-07-31
Remove unused ParamListInfo argument from ExecRefreshMatView.
Jeff Davis
2024-07-31
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-07-31
Introduce pg_sequence_read_tuple().
Nathan Bossart
2024-07-30
Disallow setting MAX_PARTITION_BUFFERS to less than 2
David Rowley
2024-07-26
Clarify error message and documentation related to typed tables.
Tom Lane
2024-07-24
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-24
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-23
Use more consistently int64 for page numbers in SLRU-related code
Michael Paquier
2024-07-17
Use PqMsg_* macros in more places.
Nathan Bossart
[next]