index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split TuplesortPublic from Tuplesortstate
Alexander Korotkov
2022-07-27
1
-0
/
+6
*
Add xheader_width pset option to psql
Andrew Dunstan
2022-07-25
1
-0
/
+1
*
Remove dead getpwuid_r replacement code.
Thomas Munro
2022-07-24
1
-1
/
+0
*
Remove dead handling for pre-POSIX sigwait().
Thomas Munro
2022-07-24
1
-2
/
+0
*
Remove dead getrusage replacement code.
Thomas Munro
2022-07-24
1
-1
/
+0
*
Remove configure probe for wctype.h.
Thomas Munro
2022-07-23
1
-1
/
+0
*
Remove configure probe for sys/tas.h.
Thomas Munro
2022-07-23
1
-1
/
+0
*
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-22
2
-2
/
+1
*
Add wal_sync_method=fdatasync for Windows.
Thomas Munro
2022-07-20
2
-2
/
+3
*
Add output directory option to gen_node_support.pl
Andres Freund
2022-07-18
1
-6
/
+3
*
Add output file argument to generate-errcodes.pl
Andres Freund
2022-07-18
1
-1
/
+1
*
Add output path arg in generate-lwlocknames.pl
Andres Freund
2022-07-18
1
-3
/
+2
*
Move snowball_create.sql creation into perl file
Andres Freund
2022-07-18
1
-33
/
+3
*
ecpg: Output dir, source dir, stamp file argument for preproc/*.pl
Andres Freund
2022-07-18
1
-3
/
+2
*
psql: Output dir and dependency generation for sql_help
Andres Freund
2022-07-18
1
-3
/
+2
*
Default to hidden visibility for extension libraries where possible
Andres Freund
2022-07-17
2
-7
/
+1
*
Remove support for Visual Studio 2013
Michael Paquier
2022-07-14
4
-68
/
+7
*
Add defenses against unexpected changes in the NodeTag enum list.
Tom Lane
2022-07-12
1
-0
/
+4
*
Rationalize order of input files for gen_node_support.pl.
Tom Lane
2022-07-11
1
-14
/
+13
*
Exclude nodetags.h from headerscheck and cpluspluscheck.
Tom Lane
2022-07-09
2
-0
/
+8
*
Add generated nodes\nodetags.h to clean.bat
Peter Eisentraut
2022-07-09
1
-0
/
+2
*
Automatically generate node support functions
Peter Eisentraut
2022-07-09
2
-0
/
+53
*
Remove HP/Intel Itanium support.
Thomas Munro
2022-07-08
2
-2
/
+0
*
Remove HP-UX port.
Thomas Munro
2022-07-08
3
-4
/
+0
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
1
-5
/
+5
*
expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.
Andres Freund
2022-07-05
1
-0
/
+2
*
Stamp HEAD as 16devel.
Tom Lane
2022-06-30
2
-2
/
+2
*
Add a new shmem_request_hook hook.
Robert Haas
2022-05-13
1
-0
/
+1
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
9
-89
/
+197
*
Add some missing PGDLLIMPORT markings
Michael Paquier
2022-05-12
1
-1
/
+2
*
Improve setup of environment values for commands in MSVC's vcregress.pl
Michael Paquier
2022-05-11
1
-4
/
+39
*
Simplify configure test
Peter Eisentraut
2022-05-04
1
-2
/
+0
*
Rename libpq test programs with libpq_ prefix
Daniel Gustafsson
2022-05-04
1
-4
/
+4
*
Build libpq test programs under MSVC
Andrew Dunstan
2022-04-16
1
-0
/
+16
*
Rename backup_compression.{c,h} to compression.{c,h}
Michael Paquier
2022-04-12
2
-1
/
+3
*
Avoid re-writing files unnecessarily in src/tools/copyright.pl.
Tom Lane
2022-04-11
1
-4
/
+9
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
1
-1
/
+1
*
Fix pgperlsyncheck following SSL TAP test refactoring
Andrew Dunstan
2022-04-10
1
-1
/
+1
*
Fix whitespace
Peter Eisentraut
2022-04-09
1
-1
/
+1
*
Helper script to apply PGDLLIMPORT markings.
Robert Haas
2022-04-08
1
-0
/
+75
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
1
-0
/
+6
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
2
-57
/
+24
*
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
1
-0
/
+3
*
pgstat: prepare APIs used by pgstatfuncs for shared memory stats.
Andres Freund
2022-04-06
1
-2
/
+0
*
pgstat: introduce PgStat_Kind enum.
Andres Freund
2022-04-06
1
-0
/
+1
*
PLAN clauses for JSON_TABLE
Andrew Dunstan
2022-04-05
1
-0
/
+3
*
JSON_TABLE
Andrew Dunstan
2022-04-04
1
-0
/
+9
*
Make upgradecheck a no-op in MSVC's vcregress.pl
Michael Paquier
2022-04-02
1
-28
/
+5
*
libpq: Allow IP address SANs in server certificates
Peter Eisentraut
2022-04-01
1
-0
/
+1
*
Switch the regression tests of pg_upgrade to use TAP tests
Michael Paquier
2022-04-01
1
-85
/
+7
[next]