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
/
port
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove use of obsolescent Autoconf macros
Peter Eisentraut
2013-11-30
1
-70
/
+0
*
Ensure _dosmaperr() actually sets errno correctly.
Tom Lane
2013-11-23
1
-3
/
+5
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
1
-111
/
+0
*
Move rmtree() from libpgport to libpgcommon
Peter Eisentraut
2013-10-19
1
-110
/
+0
*
Move pgfnames() from libpgport to libpgcommon
Peter Eisentraut
2013-10-18
1
-90
/
+0
*
Switch dependency order of libpgcommon and libpgport
Peter Eisentraut
2013-10-17
3
-882
/
+2
*
Add asprintf.c
Peter Eisentraut
2013-10-13
1
-0
/
+111
*
Send SIGKILL to children if they don't die quickly in immediate shutdown
Alvaro Herrera
2013-06-28
1
-0
/
+20
*
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-06-26
1
-0
/
+29
*
Add a comment warning against use of pg_usleep() for long sleeps.
Tom Lane
2013-06-23
1
-0
/
+10
*
Use SA_RESTART for all signals, including SIGALRM.
Tom Lane
2013-06-15
1
-3
/
+1
*
Stamp HEAD as 9.4devel.
Tom Lane
2013-06-14
1
-2
/
+2
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
4
-4
/
+6
*
initdb needs pqsignal() even on Windows.
Tom Lane
2013-03-17
1
-9
/
+9
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
2
-1
/
+78
*
Remove unnecessary #ifdef FRONTEND check to choose between strdup and pstrdup.
Heikki Linnakangas
2013-03-08
1
-7
/
+1
*
Add standard file header comment to quotes.c.
Heikki Linnakangas
2013-02-27
1
-0
/
+15
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
3
-28
/
+104
*
Warn about initdb using mount-points
Bruce Momjian
2013-02-16
1
-2
/
+18
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
1
-74
/
+0
*
Enable building with Microsoft Visual Studio 2012.
Andrew Dunstan
2013-02-06
2
-10
/
+39
*
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-24
1
-3
/
+30
*
Centralize single quote escaping in src/port/quotes.c
Magnus Hagander
2013-01-05
2
-1
/
+37
*
Move tar function headers to pgtar.h
Magnus Hagander
2013-01-02
1
-0
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
30
-30
/
+30
*
Unify some tar functionality across different parts
Magnus Hagander
2013-01-01
2
-1
/
+144
*
Remove redundant code for getnameinfo() replacement
Peter Eisentraut
2012-10-04
1
-5
/
+0
*
Work around unportable behavior of malloc(0) and realloc(NULL, 0).
Tom Lane
2012-10-02
1
-2
/
+10
*
Fix typo in comment for pclose_check() function.
Kevin Grittner
2012-09-12
1
-1
/
+1
*
Add strerror() string to chdir() error message
Peter Eisentraut
2012-08-28
1
-3
/
+5
*
Improve reporting of error situations in find_other_exec().
Tom Lane
2012-07-27
1
-2
/
+10
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
1
-0
/
+9
*
Don't try to trim "../" in join_path_components().
Tom Lane
2012-07-05
1
-29
/
+24
*
Stamp HEAD as 9.3devel.
Tom Lane
2012-06-13
1
-2
/
+2
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
5
-31
/
+31
*
Fix dependency tracking for src/port/%_srv.o files
Peter Eisentraut
2012-05-08
1
-1
/
+8
*
Remove strdup, strtol, strtoul from libpgport
Peter Eisentraut
2012-05-07
3
-296
/
+0
*
Remove BSD/OS (BSDi) port. There are no known users upgrading to
Bruce Momjian
2012-05-03
1
-22
/
+2
*
Kill some remaining references to SVR4 and univel.
Tom Lane
2012-05-02
1
-3
/
+1
*
Simplify makefile rule
Peter Eisentraut
2012-04-29
1
-2
/
+1
*
Remove now redundant pgpipe code.
Andrew Dunstan
2012-03-28
1
-1
/
+2
*
Move CRC tables to libpgport, and provide them in a separate include file.
Tom Lane
2012-02-28
2
-2
/
+23
*
Speed up in-memory tuplesorting.
Robert Haas
2012-02-15
2
-2
/
+2
*
Attempt to fix MSVC builds and other fls-related breakage.
Robert Haas
2012-02-09
1
-1
/
+1
*
Fix typo in comment.
Heikki Linnakangas
2012-02-07
1
-1
/
+1
*
Support fls().
Robert Haas
2012-02-07
1
-0
/
+64
*
Use abort() instead of exit() to abort library functions
Peter Eisentraut
2012-01-30
1
-1
/
+1
*
Revert binary change in copyright year adjustment.
Bruce Momjian
2012-01-01
1
-0
/
+0
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
31
-30
/
+30
*
Enable compiling with the mingw-w64 32 bit compiler.
Andrew Dunstan
2011-12-10
1
-3
/
+1
[next]