index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
port
Commit message (
Expand
)
Author
Age
*
Add "SHIFT_JIS" as an accepted encoding name for locale checking.
Tatsuo Ishii
2013-12-15
*
Stamp 9.2.6.
REL9_2_6
Tom Lane
2013-12-02
*
Ensure _dosmaperr() actually sets errno correctly.
Tom Lane
2013-11-23
*
Stamp 9.2.5.
REL9_2_5
Peter Eisentraut
2013-10-07
*
Stamp 9.2.4.
REL9_2_4
Tom Lane
2013-04-01
*
Enable building with Microsoft Visual Studio 2012.
Andrew Dunstan
2013-02-06
*
Stamp 9.2.3.
REL9_2_3
Tom Lane
2013-02-04
*
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-24
*
Stamp 9.2.2.
REL9_2_2
Tom Lane
2012-12-03
*
Work around unportable behavior of malloc(0) and realloc(NULL, 0).
Tom Lane
2012-10-02
*
Stamp 9.2.1.
REL9_2_1
Tom Lane
2012-09-19
*
Fix typo in comment for pclose_check() function.
Kevin Grittner
2012-09-12
*
Improve reporting of error situations in find_other_exec().
Tom Lane
2012-07-27
*
Don't try to trim "../" in join_path_components().
Tom Lane
2012-07-05
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix dependency tracking for src/port/%_srv.o files
Peter Eisentraut
2012-05-08
*
Remove strdup, strtol, strtoul from libpgport
Peter Eisentraut
2012-05-07
*
Remove BSD/OS (BSDi) port. There are no known users upgrading to
Bruce Momjian
2012-05-03
*
Kill some remaining references to SVR4 and univel.
Tom Lane
2012-05-02
*
Simplify makefile rule
Peter Eisentraut
2012-04-29
*
Remove now redundant pgpipe code.
Andrew Dunstan
2012-03-28
*
Move CRC tables to libpgport, and provide them in a separate include file.
Tom Lane
2012-02-28
*
Speed up in-memory tuplesorting.
Robert Haas
2012-02-15
*
Attempt to fix MSVC builds and other fls-related breakage.
Robert Haas
2012-02-09
*
Fix typo in comment.
Heikki Linnakangas
2012-02-07
*
Support fls().
Robert Haas
2012-02-07
*
Use abort() instead of exit() to abort library functions
Peter Eisentraut
2012-01-30
*
Revert binary change in copyright year adjustment.
Bruce Momjian
2012-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Enable compiling with the mingw-w64 32 bit compiler.
Andrew Dunstan
2011-12-10
*
Fix join_path_components() to not add a leading slash when joining to an
Bruce Momjian
2011-11-26
*
Fix typo in pg_srand48 (srand48 in older branches).
Tom Lane
2011-09-03
*
Fix MinGW build, broken by my previous patch to add a setlocale() wrapper
Heikki Linnakangas
2011-09-01
*
setlocale() on Windows doesn't work correctly if the locale name contains
Heikki Linnakangas
2011-09-01
*
Use consistent format for reporting GetLastError()
Peter Eisentraut
2011-08-23
*
Make pgbench use erand48() rather than random().
Robert Haas
2011-08-03
*
Add \ir command to psql.
Robert Haas
2011-07-06
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-06-29
*
Stamp HEAD as 9.2devel.
Tom Lane
2011-06-11
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Typo fix.
Tom Lane
2011-06-02
*
Implement getpeereid() as a src/port compatibility function.
Tom Lane
2011-06-02
*
Assorted minor changes to silence Windows compiler warnings.
Andrew Dunstan
2011-04-25
*
Give getopt() a prototype and modern style arg specs.
Andrew Dunstan
2011-04-25
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Fix up handling of C/POSIX collations.
Tom Lane
2011-03-20
*
Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom.
Bruce Momjian
2011-02-13
*
Properly handle Win32 paths of 'E:abc', which can be either absolute or
Bruce Momjian
2011-02-12
*
Fix pg_get_encoding_from_locale() function call parameters to match
Bruce Momjian
2011-02-10
*
Per-column collation support
Peter Eisentraut
2011-02-08
[next]