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
/
include
Age
Commit message (
Expand
)
Author
2022-12-08
Update types in File API
Peter Eisentraut
2022-12-08
Remove new structure member from ResultRelInfo.
Etsuro Fujita
2022-12-08
Avoid unnecessary streaming of transactions during logical replication.
Amit Kapila
2022-12-07
meson: Add basic PGXS compatibility
Andres Freund
2022-12-07
Generate pg_stat_get*() functions for databases using macros
Michael Paquier
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-06
Generate pg_stat_get*() functions for tables using macros
Michael Paquier
2022-12-05
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-04
Re-pgindent a few files.
Tom Lane
2022-12-02
Remove gen_node_support.pl's special treatment of EquivalenceClasses.
Tom Lane
2022-12-02
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-02
Fix incorrect output from pgoutput when using column lists.
Amit Kapila
2022-12-01
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-11-30
Bump catalog version for previous commit
Alvaro Herrera
2022-11-30
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-11-30
Refactor code parsing compression option values (-Z/--compress)
Michael Paquier
2022-11-29
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-28
Remove promote_trigger_file.
Thomas Munro
2022-11-28
Provide non-superuser predefined roles for vacuum and analyze
Andrew Dunstan
2022-11-28
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-25
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-11-24
Introduce variables for initial and max nesting depth on configuration files
Michael Paquier
2022-11-24
Add support for file inclusions in HBA and ident configuration files
Michael Paquier
2022-11-24
Speedup hash index builds by skipping needless binary searches
David Rowley
2022-11-23
Rework memory contexts in charge of HBA/ident tokenization
Michael Paquier
2022-11-23
Support for custom slots in the custom executor nodes
Alexander Korotkov
2022-11-23
Expand AclMode to 64 bits
Andrew Dunstan
2022-11-23
Simplify vacuum_set_xid_limits() signature.
Peter Geoghegan
2022-11-22
Add wait event for pg_usleep() in perform_spin_delay()
Andres Freund
2022-11-21
Replace link to Hunspell with the current homepage
Daniel Gustafsson
2022-11-21
Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.
Tom Lane
2022-11-21
Provide options for postmaster to kill child processes with SIGABRT.
Tom Lane
2022-11-21
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-20
lwlock: Fix quadratic behavior with very long wait lists
Andres Freund
2022-11-20
Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAX
Michael Paquier
2022-11-19
Fix catversion
Joe Conway
2022-11-18
Fix typos and bump catversion.
Robert Haas
2022-11-18
Add a SET option to the GRANT command.
Robert Haas
2022-11-17
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
Fix wording in comment
Daniel Gustafsson
2022-11-16
Invent "multibitmapsets", and use them to speed up antijoin detection.
Tom Lane
2022-11-16
Variable renaming in preparation for refactoring
Peter Eisentraut
2022-11-16
Turn HeapKeyTest macro into inline function
Peter Eisentraut
2022-11-16
Mark argument of RegisterCustomRmgr() as const.
Jeff Davis
2022-11-15
Deduplicate freeze plans in freeze WAL records.
Peter Geoghegan
2022-11-14
Invent open_auth_file() in hba.c to refactor authentication file opening
Michael Paquier
2022-11-13
Make Bitmapsets be valid Nodes.
Tom Lane
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
[next]