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-07-23
Remove dead handling for pre-POSIX sigwait().
Thomas Munro
2022-07-23
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-21
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-21
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-19
windows: msvc: Define STDIN/OUT/ERR_FILENO.
Andres Freund
2022-07-18
Convert macros to static inline functions (tupmacs.h)
Peter Eisentraut
2022-07-18
Mark all symbols exported from extension libraries PGDLLEXPORT.
Andres Freund
2022-07-18
Default to hidden visibility for extension libraries where possible
Andres Freund
2022-07-18
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
2022-07-12
Rename some functions to mention Relation instead of RelFileLocator.
Robert Haas
2022-07-11
Further tidy-up for old CPU architectures.
Thomas Munro
2022-07-11
Provide log_status_format(), useful for an emit_log_hook.
Jeff Davis
2022-07-11
Convert macros to static inline functions (bufpage.h)
Peter Eisentraut
2022-07-11
Fix lock assertions in dshash.c.
Thomas Munro
2022-07-10
Tidy up claimed supported CPUs and OSes.
Thomas Munro
2022-07-09
Doc: rearrange high-level commentary about node support coverage.
Tom Lane
2022-07-09
Mark Scan as an abstract node type, too.
Tom Lane
2022-07-09
Mark PlanState as an abstract node type.
Tom Lane
2022-07-09
Remove code sections obsoleted by node support automation
Peter Eisentraut
2022-07-09
Move a comment
Peter Eisentraut
[next]