index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2022-07-28
Clean up some residual confusion between OIDs and RelFileNumbers.
Robert Haas
2022-07-27
Bump catversion for commit d8cd0c6c95c0120168df93aae095df4e0682a08a.
Robert Haas
2022-07-27
Convert macros to static inline functions (buf_internals.h)
Robert Haas
2022-07-27
Refactor code in charge of grabbing the relations of a subscription
Michael Paquier
2022-07-27
Split tuplesortvariants.c from tuplesort.c
Alexander Korotkov
2022-07-27
Add overflow protection for block-related data in WAL records
Michael Paquier
2022-07-26
Remove the restriction that the relmap must be 512 bytes.
Robert Haas
2022-07-26
Force immediate commit after CREATE DATABASE etc in extended protocol.
Tom Lane
2022-07-25
Add xheader_width pset option to psql
Andrew Dunstan
2022-07-25
Process session_preload_libraries within InitPostgres's transaction.
Tom Lane
2022-07-24
Remove dead getpwuid_r replacement code.
Thomas Munro
2022-07-24
Remove dead handling for pre-POSIX sigwait().
Thomas Munro
2022-07-24
Remove dead getrusage replacement code.
Thomas Munro
2022-07-23
Remove configure probe for wctype.h.
Thomas Munro
2022-07-23
Remove configure probe for sys/tas.h.
Thomas Munro
2022-07-22
Remove O_FSYNC and associated macros.
Thomas Munro
2022-07-22
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-22
Extend size_t support in pg_bitutils.h.
Thomas Munro
2022-07-21
Add missing space in comments.
Amit Kapila
2022-07-21
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-20
Dump more fields when dumping planner internal data structures.
Tom Lane
2022-07-20
Make serialization of Nodes' scalar-array fields more robust.
Tom Lane
2022-07-20
Make subquery aliases optional in the FROM clause.
Dean Rasheed
2022-07-20
Fix warnings on Windows.
Thomas Munro
2022-07-20
Add wal_sync_method=fdatasync for Windows.
Thomas Munro
2022-07-19
Fix missed corner cases for grantable permissions on GUCs.
Tom Lane
2022-07-19
Convert planner's AggInfo and AggTransInfo structs to proper Nodes.
Tom Lane
2022-07-19
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-19
Convert macros to static inline functions (itup.h)
Peter Eisentraut
2022-07-18
windows: msvc: Define STDIN/OUT/ERR_FILENO.
Andres Freund
2022-07-18
Convert macros to static inline functions (tupmacs.h)
Peter Eisentraut
2022-07-17
Mark all symbols exported from extension libraries PGDLLEXPORT.
Andres Freund
2022-07-17
Default to hidden visibility for extension libraries where possible
Andres Freund
2022-07-17
Add central declarations for dlsym()ed symbols
Andres Freund
2022-07-16
Emulate sigprocmask(), not sigsetmask(), on Windows.
Thomas Munro
2022-07-15
Convert macros to static inline functions (xlog_internal.h)
Peter Eisentraut
2022-07-15
Support gcc -fkeep-inline-functions
Peter Eisentraut
2022-07-15
Fix inconsistent parameter names between prototype and declaration
David Rowley
2022-07-14
Tighten up parsing logic in gen_node_support.pl.
Tom Lane
2022-07-14
Create a distinct wait event for POSIX DSM allocation.
Thomas Munro
2022-07-14
Remove support for Visual Studio 2013
Michael Paquier
2022-07-13
Avoid unsatisfied-external-reference errors in static inlines.
Tom Lane
2022-07-13
Remove artificial restrictions on which node types have out/read funcs.
Tom Lane
2022-07-13
Convert macros to static inline functions (bufmgr.h)
Peter Eisentraut
2022-07-13
Convert macros to static inline functions (itemptr.h)
Peter Eisentraut
2022-07-13
Allow specifying STORAGE attribute for a new table
Peter Eisentraut
2022-07-13
Tidy up code in get_cheapest_group_keys_order()
David Rowley
2022-07-12
Invent qsort_interruptible().
Tom Lane
2022-07-12
Add defenses against unexpected changes in the NodeTag enum list.
Tom Lane
2022-07-12
Invent nodetag_only attribute for Nodes.
Tom Lane
[next]