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