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
/
utils
Age
Commit message (
Expand
)
Author
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-19
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-12-08
Cache opaque handle for GUC option to avoid repeasted lookups.
Jeff Davis
2023-12-08
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-11-27
Retire a few backwards compatibility macros.
Nathan Bossart
2023-11-23
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-11-17
Change logtape/tuplestore code to use int64 for block numbers
Michael Paquier
2023-11-15
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-14
Replace Gen_dummy_probes.sed with Gen_dummy_probes.pl
Peter Eisentraut
2023-11-13
Improve readability and error detection of array_in().
Tom Lane
2023-11-10
Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.
Amit Kapila
2023-11-08
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-06
Detect integer overflow while computing new array dimensions.
Tom Lane
2023-11-02
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-21
Allow ALTER SYSTEM to set unrecognized custom GUCs.
Tom Lane
2023-10-17
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-16
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-14
Harden has_xxx_privilege() functions against concurrent object drops.
Tom Lane
2023-10-13
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-10-10
Add const to values and nulls arguments
Peter Eisentraut
2023-10-05
Improve JsonLexContext's freeability
Alvaro Herrera
2023-10-03
Remove RelationGetIndexRawAttOptions()
Peter Eisentraut
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-08-30
Use actual backend IDs in pg_stat_get_backend_subxact().
Nathan Bossart
2023-08-30
Rename some support functions for pgstat* views.
Nathan Bossart
2023-08-28
Make error messages about WAL segment size more consistent
Peter Eisentraut
2023-08-24
Rename hook functions for debug_io_direct to match variable name.
Peter Eisentraut
2023-08-20
Add system view pg_wait_events
Michael Paquier
2023-08-16
Split out tiebreaker comparisons from comparetup_* functions
John Naylor
2023-08-14
Change custom wait events to use dynamic shared hash tables
Michael Paquier
2023-08-10
Transform proconfig for faster execution.
Jeff Davis
2023-08-10
Document RelationGetIndexAttrBitmap better
Alvaro Herrera
2023-08-01
Rename OverrideSearchPath to SearchPathMatcher.
Noah Misch
2023-07-31
Support custom wait events for wait event type "Extension"
Michael Paquier
2023-07-26
Add more SQL/JSON constructor functions
Amit Langote
2023-07-26
Some refactoring to export json(b) conversion functions
Amit Langote
2023-07-20
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2023-07-20
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2023-07-20
Unify JSON categorize type API and export for external use
Amit Langote
2023-07-14
Allow the use of a hash index on the subscriber during replication.
Amit Kapila
2023-07-13
Rename session_auth_is_superuser to current_role_is_superuser.
Nathan Bossart
2023-07-11
Add new parallel message type to progress reporting.
Masahiko Sawada
2023-07-08
All supported systems have locale_t.
Thomas Munro
2023-07-07
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-05
Generate automatically code and documentation related to wait events
Michael Paquier
2023-07-03
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-06-20
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-10
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-06-10
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
[next]