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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove -fno-operator-names switch from cpluspluscheck.
Tom Lane
2010-12-27
1
-3
/
+1
*
Rename the C functions bitand(), bitor() to bit_and(), bit_or().
Tom Lane
2010-12-27
4
-25
/
+46
*
Rearrange cpluspluscheck to check just one .h file at a time.
Tom Lane
2010-12-27
1
-25
/
+26
*
Fix failure of executor/hashjoin.h to compile standalone.
Tom Lane
2010-12-27
1
-0
/
+1
*
Tweak cpluspluscheck to avoid directly #include'ing gram.h.
Tom Lane
2010-12-27
1
-6
/
+8
*
Fix ill-chosen use of "private" as an argument and struct field name.
Tom Lane
2010-12-27
2
-5
/
+5
*
Corrections to patch adding SQL/MED error codes.
Robert Haas
2010-12-26
2
-1
/
+109
*
Only build in crashdump support on Windows if there's a working dbghelp.h.
Andrew Dunstan
2010-12-26
5
-2
/
+14
*
Add foreign data wrapper error code values for SQL/MED.
Robert Haas
2010-12-25
1
-0
/
+29
*
Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...
Andrew Dunstan
2010-12-24
2
-3
/
+3
*
Remove quotes from boolean recovery.conf.sample parameters, now that the
Bruce Momjian
2010-12-24
1
-3
/
+3
*
Improve "pg_ctl -w start" server detection by writing the postmaster
Bruce Momjian
2010-12-24
2
-111
/
+108
*
Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quoted
Michael Meskes
2010-12-23
1
-0
/
+2
*
Rewrite the GiST insertion logic so that we don't need the post-recovery
Heikki Linnakangas
2010-12-23
10
-1206
/
+1030
*
Add PQlibVersion() function to libpq
Magnus Hagander
2010-12-22
3
-0
/
+12
*
Use memcmp() rather than strncmp() when shorter string length is known.
Robert Haas
2010-12-21
3
-11
/
+11
*
Fix typos.
Robert Haas
2010-12-21
1
-2
/
+2
*
Work around unfortunate getppid() behavior on BSD-ish systems.
Robert Haas
2010-12-21
1
-13
/
+21
*
Allow transactions that don't write WAL to commit asynchronously.
Robert Haas
2010-12-20
1
-10
/
+23
*
Remove thread dumping constant that requires newer Platform SDK
Magnus Hagander
2010-12-19
1
-5
/
+0
*
Fix up handling of simple-form CASE with constant test expression.
Tom Lane
2010-12-19
2
-11
/
+21
*
Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."
Tom Lane
2010-12-19
1
-2
/
+2
*
Support for collecting crash dumps on Windows
Magnus Hagander
2010-12-19
4
-1
/
+186
*
Properly print the IP number and "localhost" for failed localhost
Bruce Momjian
2010-12-18
1
-7
/
+12
*
Make GUC variables for syslog and SSL always visible
Magnus Hagander
2010-12-18
2
-21
/
+27
*
set_ps_display when calling functions via fastpath
Alvaro Herrera
2010-12-17
1
-1
/
+2
*
Remove unnecessary definition for autovacuum in SignalSomeChildren.
Alvaro Herrera
2010-12-17
1
-2
/
+1
*
Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs.
Robert Haas
2010-12-17
1
-0
/
+4
*
Reset 'ps' display just once when resolving VXID conflicts.
Robert Haas
2010-12-17
1
-17
/
+13
*
Improve comments around startup_hacks() code.
Tom Lane
2010-12-16
1
-21
/
+24
*
Remove optreset from src/port/ implementations of getopt and getopt_long.
Tom Lane
2010-12-16
5
-25
/
+26
*
Avoid clobbering errno, per comment from Tom.
Alvaro Herrera
2010-12-16
1
-1
/
+1
*
Fix inconsequential FILE pointer leakage
Alvaro Herrera
2010-12-16
1
-0
/
+1
*
Add some minor missing error checks
Alvaro Herrera
2010-12-16
1
-0
/
+5
*
Simplify SignalSomeChildren(BACKEND_TYPE_ALL) to SignalChildren()
Alvaro Herrera
2010-12-16
1
-1
/
+1
*
Fix crash caused by NULL lookup when reporting IP address of failed
Bruce Momjian
2010-12-16
1
-1
/
+2
*
Fix up getopt() reset management so it works on recent mingw.
Tom Lane
2010-12-15
2
-4
/
+6
*
Some copy editing of pg_read_binary_file() patch.
Robert Haas
2010-12-15
1
-2
/
+2
*
Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file().
Itagaki Takahiro
2010-12-16
4
-24
/
+115
*
Instrument checkpoint sync calls.
Robert Haas
2010-12-14
3
-6
/
+79
*
Improved tab completion for views with triggers.
Robert Haas
2010-12-13
1
-4
/
+55
*
Allow plugins to suppress inlining and hook function entry/exit/abort.
Robert Haas
2010-12-13
3
-12
/
+61
*
Update time zone data files to tzdata release 2010o: DST law changes in
Tom Lane
2010-12-13
3
-8
/
+31
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
48
-230
/
+334
*
Reset all database-level stats in pgstat_recv_resetcounter().
Tom Lane
2010-12-12
1
-0
/
+11
*
Make S_IRGRP etc available in mingw builds as well as MSVC.
Tom Lane
2010-12-12
1
-13
/
+17
*
Provide a complete set of file-permission-bit macros in win32.h.
Tom Lane
2010-12-11
1
-7
/
+12
*
Allow bidirectional copy messages in streaming replication mode.
Robert Haas
2010-12-11
9
-15
/
+70
*
Add required new port files to MSVC builds.
Magnus Hagander
2010-12-11
1
-2
/
+3
*
Move a couple of initdb's subroutines into src/port/.
Tom Lane
2010-12-10
5
-169
/
+240
[next]