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
REL_19_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
2011-12-01
Stamp 9.1.2.
REL9_1_2
Tom Lane
2011-12-01
Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax.
Tom Lane
2011-12-01
Translation updates
Peter Eisentraut
2011-12-01
Fix getTypeIOParam to support type record[].
Tom Lane
2011-12-01
Update information about configuring SysV IPC parameters on NetBSD.
Tom Lane
2011-12-01
Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23.
Tom Lane
2011-11-30
Update time zone data files to tzdata release 2011n.
Tom Lane
2011-11-30
Tweak previous patch to ensure edata->filename always gets initialized.
Tom Lane
2011-11-30
Strip file names reported in error messages in vpath builds
Peter Eisentraut
2011-11-30
Prevent autovacuum transactions from running in serializable mode.
Tom Lane
2011-11-29
pg_dump: Add gettext plural support to error message
Peter Eisentraut
2011-11-29
Disallow deletion of CurrentExtensionObject while running extension script.
Tom Lane
2011-11-28
Remove erroneous claim about use of pg_locks.objid for advisory locks.
Tom Lane
2011-11-28
Fix some bogosities in pg_dump's foreign-table support.
Tom Lane
2011-11-28
Ensure that whole-row junk Vars are always of composite type.
Tom Lane
2011-11-27
Fix MSVC builds broken by xsubpp change
Andrew Dunstan
2011-11-26
Use the right interpreter for encoding test.
Andrew Dunstan
2011-11-26
Use the preferred version of xsubpp, not necessarily the one that came with the
Andrew Dunstan
2011-11-26
Fix overly-aggressive and inconsistent quoting in OS X start script.
Tom Lane
2011-11-26
Ensure plperl strings are always correctly UTF8 encoded.
Andrew Dunstan
2011-11-25
Allow pg_upgrade to upgrade clusters that use exclusion contraints by
Bruce Momjian
2011-11-25
Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records.
Tom Lane
2011-11-24
Preserve SQLSTATE when an SPI error is propagated through PL/python
Heikki Linnakangas
2011-11-21
Fix citext upgrade script to update derived copies of pg_type.typcollation.
Tom Lane
2011-11-19
Avoid floating-point underflow while tracking buffer allocation rate.
Tom Lane
2011-11-17
Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1.
Bruce Momjian
2011-11-17
Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL
Bruce Momjian
2011-11-17
Applied Zoltan's patch to correctly align interval and timestamp data in ecpg...
Michael Meskes
2011-11-16
Don't elide blank lines when accumulating psql command history.
Robert Haas
2011-11-13
Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling.
Michael Meskes
2011-11-12
In plpgsql, allow foreign tables to define row types.
Tom Lane
2011-11-10
Throw nice error if server is too old to support psql's \ef or \sf command.
Tom Lane
2011-11-10
Correct documentation for trace_userlocks.
Robert Haas
2011-11-10
Avoid platform-dependent infinite loop in pg_dump.
Tom Lane
2011-11-10
Fix server header file installation with vpath builds
Peter Eisentraut
2011-11-10
Document that PQexec() can handle a NULL res pointer just fine.
Bruce Momjian
2011-11-09
Only install the extension files for the current Python major version
Peter Eisentraut
2011-11-09
Fix random discrepancies between parallel_schedule and serial_schedule.
Tom Lane
2011-11-09
Wrap appendrel member outputs in PlaceHolderVars in additional cases.
Tom Lane
2011-11-08
Make DatumGetInetP() unpack inet datums with a 1-byte header, and add
Heikki Linnakangas
2011-11-08
-DLINUX_OOM_ADJ=0 should be in CPPFLAGS, not CFLAGS
Peter Eisentraut
2011-11-07
Fix assorted bugs in contrib/unaccent's configuration file parsing.
Tom Lane
2011-11-05
Don't assume that a tuple's header size is unchanged during toasting.
Tom Lane
2011-11-04
Fix archive_command example
Peter Eisentraut
2011-11-03
Fix bogus code in contrib/ tsearch dictionary examples.
Tom Lane
2011-11-03
Fix inline_set_returning_function() to allow multiple OUT parameters.
Tom Lane
2011-11-03
Fix handling of PlaceHolderVars in nestloop parameter management.
Tom Lane
2011-11-02
Revert "Stop btree indexscans upon reaching nulls in either direction."
Tom Lane
2011-11-02
Derive oldestActiveXid at correct time for Hot Standby.
Simon Riggs
2011-11-02
Start Hot Standby faster when initial snapshot is incomplete.
Simon Riggs
[next]