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
/
utils
Age
Commit message (
Expand
)
Author
2022-11-08
Use AbsoluteConfigLocation() when building an included path in hba.c
Michael Paquier
2022-11-08
Unify some internal error message wordings
Peter Eisentraut
2022-11-08
Fix initialization of pg_stat_get_lastscan()
Michael Paquier
2022-11-07
Move code related to configuration files in directories to new file
Michael Paquier
2022-11-04
Remove outdated include
John Naylor
2022-11-03
Resolve partition strategy during early parsing
Alvaro Herrera
2022-11-03
Straighten include order in guc-file.l
John Naylor
2022-11-02
Add doubly linked count list implementation
David Rowley
2022-11-01
Fix planner failure with extended statistics on partitioned tables.
Tom Lane
2022-10-31
Add check on initial and boot values when loading GUCs
Michael Paquier
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-27
Allow nodeSort to perform Datum sorts for byref types
David Rowley
2022-10-26
Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappings
Michael Paquier
2022-10-20
Improve the accuracy of numeric power() for integer exponents.
Dean Rasheed
2022-10-19
Refactor regular expression handling in hba.c
Michael Paquier
2022-10-18
Remove compatibility declarations for InitMaterializedSRF()
Michael Paquier
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-16
Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.
Tom Lane
2022-10-14
pgstat: Track time of the last scan of a relation
Andres Freund
2022-10-14
Add auxiliary lists to GUC data structures for better performance.
Tom Lane
2022-10-14
Replace the sorted array of GUC variables with a hash table.
Tom Lane
2022-10-14
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-10-14
Make some minor improvements in memory-context infrastructure.
Tom Lane
2022-10-10
Harden memory context allocators against bogus chunk pointers.
Tom Lane
2022-10-10
Simplify our Assert infrastructure a little.
Tom Lane
2022-10-10
Use C library functions instead of Abs() for int64
Peter Eisentraut
2022-10-08
pgstat: Prevent stats reset from corrupting slotname by removing slotname
Andres Freund
2022-10-08
Use fabsf() instead of Abs() or fabs() where appropriate
Peter Eisentraut
2022-10-07
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-07
Improve our ability to detect bogus pointers passed to pfree et al.
Tom Lane
2022-10-07
Create subscription stats entry at CREATE SUBSCRIPTION time
Andres Freund
2022-10-06
Remove MemoryContextContains().
Tom Lane
2022-10-06
Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.
Tom Lane
2022-10-05
meson: Add windows resource files
Andres Freund
2022-10-05
Rename shadowed local variables
David Rowley
2022-10-04
Fix comment in guc_tables.c
Michael Paquier
2022-10-04
Cleanup useless assignments and checks
Michael Paquier
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-09-29
Use actual backend IDs in pg_stat_get_backend_idset() and friends.
Tom Lane
2022-09-29
Introduce SYSTEM_USER
Michael Paquier
2022-09-29
Restore pg_pread and friends.
Thomas Munro
2022-09-28
Allow callback functions to deregister themselves during a call.
Tom Lane
2022-09-28
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
Fix InitializeRelfilenumberMap for 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c
Robert Haas
2022-09-28
Fix alignment problems with SharedInvalSmgrMsg.
Robert Haas
2022-09-27
Convert *GetDatum() and DatumGet*() macros to inline functions
Peter Eisentraut
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
Introduce GUC_NO_RESET flag.
Tom Lane
[next]