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
2013-02-15
pgindent: Fix order in instructions
Peter Eisentraut
2013-02-15
Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.
Tom Lane
2013-02-14
pg_upgrade: conditionally create cluster delete script
Bruce Momjian
2013-02-14
Fix pg_upgrade log file cleanup code
Bruce Momjian
2013-02-14
doc: Add make target to produce EPUB from DocBook
Peter Eisentraut
2013-02-13
Fix CVE-2013-0255 properly.
Tom Lane
2013-02-13
Fix contrib/pg_trgm's similarity() function for trigram-free strings.
Tom Lane
2013-02-13
Fix bogus when-to-deregister-from-listener-array logic.
Tom Lane
2013-02-13
Update visibility map in the second phase of vacuum.
Heikki Linnakangas
2013-02-12
Rename "string" pstrdup argument to "in"
Alvaro Herrera
2013-02-12
Don't build libpgcommon_srv.a just yet
Alvaro Herrera
2013-02-12
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
Add noreturn attributes to some error reporting functions
Peter Eisentraut
2013-02-11
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
Fix checkpoint after fast promotion.
Heikki Linnakangas
2013-02-11
Include previous TLI in end-of-recovery and shutdown checkpoint records.
Heikki Linnakangas
2013-02-10
Further cleanup of gistsplit.c.
Tom Lane
2013-02-10
Remove useless picksplit-doesn't-support-secondary-split log spam.
Tom Lane
2013-02-10
Remove vestigial secondary-split support in gist_box_picksplit().
Tom Lane
2013-02-10
Document and clean up gistsplit.c.
Tom Lane
2013-02-09
Reduce log level of picksplit-doesn't-support-secondary-split whining.
Tom Lane
2013-02-09
Add an example of attaching a default value to an updatable view.
Tom Lane
2013-02-09
psql: Improve unaligned expanded output for zero rows
Peter Eisentraut
2013-02-09
psql: Improve expanded print output in tuples-only mode
Peter Eisentraut
2013-02-09
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-08
Simplify box_overlap computations.
Tom Lane
2013-02-08
Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.
Tom Lane
2013-02-08
Clean up c.h / postgres.h after Assert() move
Alvaro Herrera
2013-02-08
Fix Xmax freeze conditions
Alvaro Herrera
2013-02-08
doc: Fix mistakes in the most recent set of release notes.
Tom Lane
2013-02-08
Fix another typo in a comment
Magnus Hagander
2013-02-08
Exclude access/rmgrlist.h from cpluspluscheck
Peter Eisentraut
2013-02-08
scripts: Add build prerequisite on libpgport
Peter Eisentraut
2013-02-08
Fix typo in comment
Magnus Hagander
2013-02-08
doc: Rewrite how to get the source code
Peter Eisentraut
2013-02-08
Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF).
Tom Lane
2013-02-08
Make contrib/btree_gist's GiST penalty function a bit saner.
Tom Lane
2013-02-07
Fix erroneous range-union logic for varlena types in contrib/btree_gist.
Tom Lane
2013-02-07
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-02-07
Fix possible failure to send final transaction counts to stats collector.
Tom Lane
2013-02-07
Rely only on checkpoint 1 at end of recovery.
Simon Riggs
2013-02-06
Enable building with Microsoft Visual Studio 2012.
Andrew Dunstan
2013-02-06
Split out list of XLog resource managers
Alvaro Herrera
2013-02-06
Improve error message wording
Alvaro Herrera
2013-02-04
Prevent execution of enum_recv() from SQL.
Tom Lane
2013-02-04
Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23.
Tom Lane
2013-02-04
Reset vacuum_defer_cleanup_age to PGC_SIGHUP.
Simon Riggs
2013-02-04
Reset master xmin when hot_standby_feedback disabled.
Simon Riggs
2013-02-03
Perform line wrapping and indenting by default in ruleutils.c.
Tom Lane
2013-02-03
PL/Python: Add result object str handler
Peter Eisentraut
[next]