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
/
bin
/
pg_ctl
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: add install-{quiet, world} targets
Andres Freund
2023-03-23
1
-1
/
+1
*
Break up long GETTEXT_FILES lists
Peter Eisentraut
2023-03-08
1
-1
/
+5
*
Update copyright for 2023
Bruce Momjian
2023-01-02
8
-8
/
+8
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
2
-0
/
+4
*
Check return value of pclose() correctly
Peter Eisentraut
2022-11-15
1
-2
/
+1
*
Remove pgpid_t type, use pid_t instead
Peter Eisentraut
2022-10-22
1
-69
/
+66
*
meson: Add windows resource files
Andres Freund
2022-10-05
1
-1
/
+11
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
2
-0
/
+23
*
Use SIGNAL_ARGS consistently to declare signal handlers.
Tom Lane
2022-09-14
1
-3
/
+3
*
Replace load of functions by direct calls for some WIN32
Michael Paquier
2022-09-09
1
-98
/
+39
*
Cleanup more code and comments related to Windows NT4 (XP days)
Michael Paquier
2022-08-30
1
-14
/
+5
*
Clean up inconsistent use of fflush().
Tom Lane
2022-08-29
1
-2
/
+3
*
Remove configure probe for sys/resource.h and refactor.
Thomas Munro
2022-08-14
1
-4
/
+2
*
Remove configure probe and related tests for getrlimit.
Thomas Munro
2022-08-05
1
-4
/
+4
*
Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."
Tom Lane
2022-07-13
1
-1
/
+1
*
Use wildcards instead of manually-maintained file lists in */nls.mk.
Tom Lane
2022-07-13
1
-1
/
+1
*
NLS: Put list of available languages into LINGUAS files
Peter Eisentraut
2022-07-13
2
-1
/
+1
*
Make Windows 10 the minimal runtime requirement for WIN32
Michael Paquier
2022-07-07
1
-24
/
+2
*
Translation updates
Peter Eisentraut
2022-05-16
10
-1320
/
+1303
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
2
-4
/
+4
*
Improve frontend error logging style.
Tom Lane
2022-04-08
1
-6
/
+2
*
Remove exclusive backup mode
Stephen Frost
2022-04-06
1
-30
/
+0
*
Remove more unused module imports from TAP tests
Daniel Gustafsson
2022-03-27
1
-3
/
+0
*
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-03-04
1
-2
/
+2
*
Remove most msys special processing in TAP tests
Andrew Dunstan
2022-02-20
1
-10
/
+1
*
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-02-11
4
-4
/
+12
*
Make pg_ctl stop/restart/promote recheck postmaster aliveness.
Tom Lane
2022-02-10
1
-48
/
+80
*
Introduce log_destination=jsonlog
Michael Paquier
2022-01-17
1
-8
/
+12
*
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Thomas Munro
2022-01-11
1
-0
/
+4
*
Update copyright for 2022
Bruce Momjian
2022-01-07
6
-6
/
+6
*
Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.
Andres Freund
2021-12-13
1
-0
/
+1
*
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-24
4
-20
/
+20
*
Add more $Test::Builder::Level in the TAP tests
Michael Paquier
2021-10-12
1
-0
/
+2
*
Add regression tests for csvlog with the logging collector
Michael Paquier
2021-09-13
1
-37
/
+58
*
windows: Only consider us to be running as service if stderr is invalid.
Andres Freund
2021-09-07
1
-0
/
+33
*
Remove some unused variables in TAP tests
Michael Paquier
2021-09-06
1
-1
/
+0
*
Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.
Tom Lane
2021-09-03
1
-22
/
+22
*
Remove the last vestiges of Exporter from PostgresNode
Andrew Dunstan
2021-07-29
1
-1
/
+1
*
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-29
3
-5
/
+5
*
Translation updates
Peter Eisentraut
2021-06-21
2
-375
/
+237
*
Translation updates
Peter Eisentraut
2021-05-17
1
-137
/
+141
*
Translation updates
Peter Eisentraut
2021-05-10
10
-1247
/
+2355
*
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-05-07
4
-0
/
+12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
2
-2
/
+2
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
1
-7
/
+5
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
1
-49
/
+10
*
Add key management system
Bruce Momjian
2020-12-25
1
-10
/
+49
*
Avoid time-of-day-dependent failure in log rotation test.
Tom Lane
2020-12-24
1
-0
/
+2
*
Retry initial slurp_file("current_logfiles"), in test 004_logrotate.pl.
Noah Misch
2020-11-28
1
-4
/
+13
*
Fix -Wcast-function-type warnings on Windows/MinGW
Peter Eisentraut
2020-10-21
1
-6
/
+6
[next]