index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2010-12-29
Add REPLICATION privilege for ROLEs
Magnus Hagander
2010-12-29
Avoid unexpected conversion overflow in planner for distant date values.
Tom Lane
2010-12-28
Fix ill-advised placement of PGRES_COPY_BOTH enum value.
Tom Lane
2010-12-28
Another fix for larger postmaster.pid files.
Bruce Momjian
2010-12-28
Fix code to properly pull out shared memory key now that the
Bruce Momjian
2010-12-27
Remove -fno-operator-names switch from cpluspluscheck.
Tom Lane
2010-12-27
Rename the C functions bitand(), bitor() to bit_and(), bit_or().
Tom Lane
2010-12-27
Rearrange cpluspluscheck to check just one .h file at a time.
Tom Lane
2010-12-27
Fix failure of executor/hashjoin.h to compile standalone.
Tom Lane
2010-12-27
Tweak cpluspluscheck to avoid directly #include'ing gram.h.
Tom Lane
2010-12-27
Fix ill-chosen use of "private" as an argument and struct field name.
Tom Lane
2010-12-27
Corrections to patch adding SQL/MED error codes.
Robert Haas
2010-12-26
Only build in crashdump support on Windows if there's a working dbghelp.h.
Andrew Dunstan
2010-12-25
Add foreign data wrapper error code values for SQL/MED.
Robert Haas
2010-12-24
Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...
Andrew Dunstan
2010-12-24
Remove quotes from boolean recovery.conf.sample parameters, now that the
Bruce Momjian
2010-12-24
Improve "pg_ctl -w start" server detection by writing the postmaster
Bruce Momjian
2010-12-23
Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quoted
Michael Meskes
2010-12-23
Rewrite the GiST insertion logic so that we don't need the post-recovery
Heikki Linnakangas
2010-12-22
Add PQlibVersion() function to libpq
Magnus Hagander
2010-12-22
Use memcmp() rather than strncmp() when shorter string length is known.
Robert Haas
2010-12-21
Fix typos.
Robert Haas
2010-12-21
Work around unfortunate getppid() behavior on BSD-ish systems.
Robert Haas
2010-12-20
Allow transactions that don't write WAL to commit asynchronously.
Robert Haas
2010-12-19
Remove thread dumping constant that requires newer Platform SDK
Magnus Hagander
2010-12-19
Fix up handling of simple-form CASE with constant test expression.
Tom Lane
2010-12-19
Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."
Tom Lane
2010-12-19
Support for collecting crash dumps on Windows
Magnus Hagander
2010-12-18
Properly print the IP number and "localhost" for failed localhost
Bruce Momjian
2010-12-18
Make GUC variables for syslog and SSL always visible
Magnus Hagander
2010-12-17
set_ps_display when calling functions via fastpath
Alvaro Herrera
2010-12-17
Remove unnecessary definition for autovacuum in SignalSomeChildren.
Alvaro Herrera
2010-12-17
Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs.
Robert Haas
2010-12-17
Reset 'ps' display just once when resolving VXID conflicts.
Robert Haas
2010-12-16
Improve comments around startup_hacks() code.
Tom Lane
2010-12-16
Remove optreset from src/port/ implementations of getopt and getopt_long.
Tom Lane
2010-12-16
Avoid clobbering errno, per comment from Tom.
Alvaro Herrera
2010-12-16
Fix inconsequential FILE pointer leakage
Alvaro Herrera
2010-12-16
Add some minor missing error checks
Alvaro Herrera
2010-12-16
Simplify SignalSomeChildren(BACKEND_TYPE_ALL) to SignalChildren()
Alvaro Herrera
2010-12-16
Fix crash caused by NULL lookup when reporting IP address of failed
Bruce Momjian
2010-12-16
Fix up getopt() reset management so it works on recent mingw.
Tom Lane
2010-12-16
Some copy editing of pg_read_binary_file() patch.
Robert Haas
2010-12-15
Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file().
Itagaki Takahiro
2010-12-14
Instrument checkpoint sync calls.
Robert Haas
2010-12-14
Improved tab completion for views with triggers.
Robert Haas
2010-12-14
Allow plugins to suppress inlining and hook function entry/exit/abort.
Robert Haas
2010-12-13
Update time zone data files to tzdata release 2010o: DST law changes in
Tom Lane
2010-12-13
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-12
Reset all database-level stats in pgstat_recv_resetcounter().
Tom Lane
[next]