aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move ExceptionalCondition back to postgres.hAlvaro Herrera2013-02-18
* Split pgstat file in smaller piecesAlvaro Herrera2013-02-18
* Add ALTER ROLE ALL SET commandPeter Eisentraut2013-02-17
* Warn about initdb using mount-pointsBruce Momjian2013-02-16
* Better fix for "unarchived WAL files get deleted on crash recovery" bug.Heikki Linnakangas2013-02-15
* Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs2013-02-15
* Don't delete unarchived WAL files during crash recovery.Heikki Linnakangas2013-02-15
* pgindent: Fix order in instructionsPeter Eisentraut2013-02-14
* Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.Tom Lane2013-02-14
* pg_upgrade: conditionally create cluster delete scriptBruce Momjian2013-02-14
* Fix pg_upgrade log file cleanup codeBruce Momjian2013-02-14
* doc: Add make target to produce EPUB from DocBookPeter Eisentraut2013-02-13
* Fix CVE-2013-0255 properly.Tom Lane2013-02-13
* Fix contrib/pg_trgm's similarity() function for trigram-free strings.Tom Lane2013-02-13
* Fix bogus when-to-deregister-from-listener-array logic.Tom Lane2013-02-13
* Update visibility map in the second phase of vacuum.Heikki Linnakangas2013-02-13
* Rename "string" pstrdup argument to "in"Alvaro Herrera2013-02-12
* Don't build libpgcommon_srv.a just yetAlvaro Herrera2013-02-12
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Add noreturn attributes to some error reporting functionsPeter Eisentraut2013-02-12
* Support unlogged GiST index.Heikki Linnakangas2013-02-11
* Fix checkpoint after fast promotion.Heikki Linnakangas2013-02-11
* Include previous TLI in end-of-recovery and shutdown checkpoint records.Heikki Linnakangas2013-02-11
* Further cleanup of gistsplit.c.Tom Lane2013-02-10
* Remove useless picksplit-doesn't-support-secondary-split log spam.Tom Lane2013-02-10
* Remove vestigial secondary-split support in gist_box_picksplit().Tom Lane2013-02-10
* Document and clean up gistsplit.c.Tom Lane2013-02-10
* Reduce log level of picksplit-doesn't-support-secondary-split whining.Tom Lane2013-02-09
* Add an example of attaching a default value to an updatable view.Tom Lane2013-02-09
* psql: Improve unaligned expanded output for zero rowsPeter Eisentraut2013-02-09
* psql: Improve expanded print output in tuples-only modePeter Eisentraut2013-02-09
* Add support for ALTER RULE ... RENAME TO.Tom Lane2013-02-08
* Simplify box_overlap computations.Tom Lane2013-02-08
* Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane2013-02-08
* Clean up c.h / postgres.h after Assert() moveAlvaro Herrera2013-02-08
* Fix Xmax freeze conditionsAlvaro Herrera2013-02-08
* doc: Fix mistakes in the most recent set of release notes.Tom Lane2013-02-08
* Fix another typo in a commentMagnus Hagander2013-02-08
* Exclude access/rmgrlist.h from cpluspluscheckPeter Eisentraut2013-02-08
* scripts: Add build prerequisite on libpgportPeter Eisentraut2013-02-08
* Fix typo in commentMagnus Hagander2013-02-08
* doc: Rewrite how to get the source codePeter Eisentraut2013-02-07
* Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF).Tom Lane2013-02-07
* Make contrib/btree_gist's GiST penalty function a bit saner.Tom Lane2013-02-07
* Fix erroneous range-union logic for varlena types in contrib/btree_gist.Tom Lane2013-02-07
* Repair bugs in GiST page splitting code for multi-column indexes.Tom Lane2013-02-07
* Fix possible failure to send final transaction counts to stats collector.Tom Lane2013-02-07
* Rely only on checkpoint 1 at end of recovery.Simon Riggs2013-02-07
* Enable building with Microsoft Visual Studio 2012.Andrew Dunstan2013-02-06
* Split out list of XLog resource managersAlvaro Herrera2013-02-06