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
Age
Commit message (
Expand
)
Author
2022-07-23
Doc: update recovery/README.
Tom Lane
2022-07-23
Increase minimum supported GNU make version to 3.81.
Tom Lane
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
Fix [install]check in interfaces/libpq/Makefile
Alvaro Herrera
2022-07-22
Rework grammar for REINDEX
Alvaro Herrera
2022-07-22
Close old gap in dependency checks for functions returning composite.
Tom Lane
2022-07-22
Fix minor memory leaks in psql's tab completion.
Tom Lane
2022-07-22
parser: centralize common auxiliary productions
Alvaro Herrera
2022-07-22
Update src/backend/parser/README
Alvaro Herrera
2022-07-22
Remove unnecessary Windows-specific basebackup code.
Thomas Munro
2022-07-22
Fix get_dirent_type() for Windows junction points.
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
Make the name optional in CREATE STATISTICS.
Dean Rasheed
2022-07-21
Fix ruleutils issues with dropped cols in functions-returning-composite.
Tom Lane
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-21
Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEM
Michael Paquier
2022-07-21
Fix various memory leaks in psql's describe commands \d*
Michael Paquier
2022-07-20
Dump more fields when dumping planner internal data structures.
Tom Lane
2022-07-20
Process shared_preload_libraries in single-user mode.
Jeff Davis
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
Add PGDLLEXPORTS to some plpgsql function declarations
Alvaro Herrera
2022-07-20
Fix warnings on Windows.
Thomas Munro
2022-07-20
Add wal_sync_method=fdatasync for Windows.
Thomas Munro
2022-07-20
Fix assertion failure and segmentation fault in backup code.
Fujii Masao
2022-07-20
Prevent BASE_BACKUP in the middle of another backup in the same session.
Fujii Masao
2022-07-20
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
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
Wrap overly long lines
Alvaro Herrera
2022-07-19
Clean up temp file from refactored dtrace rule
Peter Eisentraut
2022-07-19
Convert macros to static inline functions (itup.h)
Peter Eisentraut
2022-07-19
Rework logic and simplify syntax of REINDEX DATABASE/SYSTEM
Michael Paquier
2022-07-19
Add more tests for REINDEX DATABASE/SYSTEM with relfilenode changes
Michael Paquier
2022-07-19
Use STDOUT/STDERR_FILENO in most of syslogger.
Andres Freund
2022-07-19
windows: msvc: Define STDIN/OUT/ERR_FILENO.
Andres Freund
2022-07-18
Improve perl style in ecpg's parser-construction scripts.
Tom Lane
2022-07-18
ecpg: use our instead of my in parse.pl to fix perlcritic complaint
Andres Freund
2022-07-18
Refactor dtrace postprocessing make rules
Andres Freund
2022-07-18
Add output directory option to gen_node_support.pl
Andres Freund
2022-07-18
Add output directory argument to generate-unicode_norm_table.pl
Andres Freund
2022-07-18
Add output file argument to generate-errcodes.pl
Andres Freund
2022-07-18
Add output path arg in generate-lwlocknames.pl
Andres Freund
2022-07-18
Move snowball_create.sql creation into perl file
Andres Freund
2022-07-18
ecpg: Output dir, source dir, stamp file argument for preproc/*.pl
Andres Freund
[next]