index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Commit message (
Expand
)
Author
Age
*
Adjust populate_record_field() to handle errors softly
Amit Langote
2024-01-24
*
Generate syscache info from catalog files
Peter Eisentraut
2024-01-23
*
Add backend support for injection points
Michael Paquier
2024-01-22
*
Add planner support functions for range operators <@ and @>.
Tom Lane
2024-01-20
*
Add inline incremental hash functions for in-memory use
John Naylor
2024-01-19
*
Make attstattarget nullable
Peter Eisentraut
2024-01-13
*
Teach estimate_array_length() to use statistics where available.
Tom Lane
2024-01-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Second attempt at organizing jsonpath operators and methods
Peter Eisentraut
2024-01-03
*
Revert "Reorganise jsonpath operators and methods"
Peter Eisentraut
2024-01-03
*
Reorganise jsonpath operators and methods
Peter Eisentraut
2024-01-03
*
Add numeric_int8_opt_error() to optionally suppress errors
Peter Eisentraut
2024-01-03
*
Minor cleanup of the BRIN parallel build code
Tomas Vondra
2023-12-30
*
Add GUC backtrace_on_internal_error
Peter Eisentraut
2023-12-30
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-12-19
*
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-12-08
*
Retire a few backwards compatibility macros.
Nathan Bossart
2023-11-27
*
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-11-23
*
Change logtape/tuplestore code to use int64 for block numbers
Michael Paquier
2023-11-17
*
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-15
*
Replace Gen_dummy_probes.sed with Gen_dummy_probes.pl
Peter Eisentraut
2023-11-14
*
Improve readability and error detection of array_in().
Tom Lane
2023-11-13
*
Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.
Amit Kapila
2023-11-10
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
Detect integer overflow while computing new array dimensions.
Tom Lane
2023-11-06
*
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-11-02
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Allow ALTER SYSTEM to set unrecognized custom GUCs.
Tom Lane
2023-10-21
*
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-17
*
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-16
*
Harden has_xxx_privilege() functions against concurrent object drops.
Tom Lane
2023-10-14
*
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-10-13
*
Add const to values and nulls arguments
Peter Eisentraut
2023-10-10
*
Improve JsonLexContext's freeability
Alvaro Herrera
2023-10-05
*
Remove RelationGetIndexRawAttOptions()
Peter Eisentraut
2023-10-03
*
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
*
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-30
*
Make error messages about WAL segment size more consistent
Peter Eisentraut
2023-08-28
*
Rename hook functions for debug_io_direct to match variable name.
Peter Eisentraut
2023-08-24
*
Add system view pg_wait_events
Michael Paquier
2023-08-20
*
Split out tiebreaker comparisons from comparetup_* functions
John Naylor
2023-08-16
*
Change custom wait events to use dynamic shared hash tables
Michael Paquier
2023-08-14
*
Transform proconfig for faster execution.
Jeff Davis
2023-08-10
*
Document RelationGetIndexAttrBitmap better
Alvaro Herrera
2023-08-10
*
Rename OverrideSearchPath to SearchPathMatcher.
Noah Misch
2023-07-31
*
Support custom wait events for wait event type "Extension"
Michael Paquier
2023-07-31
*
Add more SQL/JSON constructor functions
Amit Langote
2023-07-26
[next]