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
Age
Commit message (
Expand
)
Author
2010-12-17
Waiting for complete startup is now a well-defined operation.
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
Fix contrib/seg's GiST picksplit method.
Tom Lane
2010-12-16
Some copy editing of pg_read_binary_file() patch.
Robert Haas
2010-12-16
Document timestamptz a little better.
Robert Haas
2010-12-15
Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file().
Itagaki Takahiro
2010-12-15
Use "upgrade" in preference over "migrate" in pg_upgrade messages and
Bruce Momjian
2010-12-14
Instrument checkpoint sync calls.
Robert Haas
2010-12-14
Improved tab completion for views with triggers.
Robert Haas
2010-12-14
Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23.
Tom Lane
2010-12-14
Allow plugins to suppress inlining and hook function entry/exit/abort.
Robert Haas
2010-12-13
Remove recently reintroduced CVS keyword
Peter Eisentraut
2010-12-13
Document replacement of pg_class.relistemp with relpersistence.
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
2010-12-12
Make S_IRGRP etc available in mingw builds as well as MSVC.
Tom Lane
2010-12-11
Clean up some copied-and-pasted code in pg_upgrade.
Tom Lane
2010-12-11
Provide a complete set of file-permission-bit macros in win32.h.
Tom Lane
2010-12-11
Allow bidirectional copy messages in streaming replication mode.
Robert Haas
2010-12-11
Add required new port files to MSVC builds.
Magnus Hagander
2010-12-11
Minor documentation cleanup.
Robert Haas
2010-12-11
Move a couple of initdb's subroutines into src/port/.
Tom Lane
2010-12-10
Use symbolic names not octal constants for file permission flags.
Tom Lane
2010-12-10
Fix efficiency problems in tuplestore_trim().
Tom Lane
2010-12-09
Eliminate O(N^2) behavior in parallel restore with many blobs.
Tom Lane
2010-12-09
Self review of previous patch. Fix assumption that xmax >= xmin.
Simon Riggs
2010-12-09
Reduce spurious Hot Standby conflicts from never-visible records.
Simon Riggs
2010-12-09
Force default wal_sync_method to be fdatasync on Linux.
Tom Lane
2010-12-08
Optimize commit_siblings in two ways to improve group commit.
Simon Riggs
2010-12-07
Fix bugs in the hot standby known-assigned-xids tracking logic. If there's
Heikki Linnakangas
2010-12-07
Add a stack overflow check to copyObject().
Tom Lane
2010-12-06
Allow the low level COPY routines to read arbitrary numbers of fields.
Andrew Dunstan
2010-12-06
Fix two typos, by Fujii Masao.
Heikki Linnakangas
2010-12-06
Put only single space after "Sort Method:", for consistency
Peter Eisentraut
2010-12-05
Reduce memory consumption inside inheritance_planner().
Tom Lane
2010-12-04
Fix two small bugs in new gistget.c logic.
Tom Lane
2010-12-04
Make output width consistent for all ways of invoking a regression test
Peter Eisentraut
2010-12-04
Update comment to match later code changes.
Tom Lane
2010-12-04
Add KNNGIST support to contrib/pg_trgm.
Tom Lane
2010-12-04
Add external documentation for KNNGIST.
Tom Lane
2010-12-04
Put back gistgettuple's check for backwards scan request.
Tom Lane
2010-12-04
KNNGIST, otherwise known as order-by-operator support for GIST.
Tom Lane
[next]