]> granicus.if.org Git - postgresql/shortlog
postgresql
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
2013-02-21 Alvaro HerreraRemove useless variable
2013-02-21 Tom LaneNeed to decorate XactIsoLevel as PGDLLIMPORT for postgr...
2013-02-21 Tom LaneTeach MSVC build system about postgres_fdw.
2013-02-21 Tom LaneAdd postgres_fdw contrib module.
2013-02-20 Heikki LinnakangasFix pg_dumpall with database names containing =
2013-02-20 Heikki LinnakangasDon't pass NULL to fprintf, if a bogus connection strin...
2013-02-20 Heikki LinnakangasFix yet another typo in comment.
2013-02-18 Alvaro HerreraMove ExceptionalCondition back to postgres.h
2013-02-18 Alvaro HerreraSplit pgstat file in smaller pieces
2013-02-18 Peter EisentrautAdd ALTER ROLE ALL SET command
2013-02-16 Bruce MomjianWarn about initdb using mount-points
2013-02-15 Heikki LinnakangasBetter fix for "unarchived WAL files get deleted on...
2013-02-15 Simon RiggsForce archive_status of .done for xlogs created by...
2013-02-15 Heikki LinnakangasDon't delete unarchived WAL files during crash recovery.
2013-02-15 Peter Eisentrautpgindent: Fix order in instructions
2013-02-15 Tom LaneInvent pre-commit/pre-prepare/pre-subcommit events...
2013-02-14 Bruce Momjianpg_upgrade: conditionally create cluster delete script
2013-02-14 Bruce MomjianFix pg_upgrade log file cleanup code
2013-02-14 Peter Eisentrautdoc: Add make target to produce EPUB from DocBook
2013-02-13 Tom LaneFix CVE-2013-0255 properly.
2013-02-13 Tom LaneFix contrib/pg_trgm's similarity() function for trigram...
2013-02-13 Tom LaneFix bogus when-to-deregister-from-listener-array logic.
2013-02-13 Heikki LinnakangasUpdate visibility map in the second phase of vacuum.
2013-02-12 Alvaro HerreraRename "string" pstrdup argument to "in"
2013-02-12 Alvaro HerreraDon't build libpgcommon_srv.a just yet
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-02-12 Peter EisentrautAdd noreturn attributes to some error reporting functions
2013-02-11 Heikki LinnakangasSupport unlogged GiST index.
2013-02-11 Heikki LinnakangasFix checkpoint after fast promotion.
2013-02-11 Heikki LinnakangasInclude previous TLI in end-of-recovery and shutdown...
2013-02-10 Tom LaneFurther cleanup of gistsplit.c.
2013-02-10 Tom LaneRemove useless picksplit-doesn't-support-secondary...
2013-02-10 Tom LaneRemove vestigial secondary-split support in gist_box_pi...
2013-02-10 Tom LaneDocument and clean up gistsplit.c.
2013-02-09 Tom LaneReduce log level of picksplit-doesn't-support-secondary...
2013-02-09 Tom LaneAdd an example of attaching a default value to an updat...
2013-02-09 Peter Eisentrautpsql: Improve unaligned expanded output for zero rows
2013-02-09 Peter Eisentrautpsql: Improve expanded print output in tuples-only...
2013-02-09 Tom LaneAdd support for ALTER RULE ... RENAME TO.
2013-02-08 Tom LaneSimplify box_overlap computations.
2013-02-08 Tom LaneFix gist_box_same and gist_point_consistent to handle...
2013-02-08 Alvaro HerreraClean up c.h / postgres.h after Assert() move
2013-02-08 Alvaro HerreraFix Xmax freeze conditions
2013-02-08 Tom Lanedoc: Fix mistakes in the most recent set of release...
2013-02-08 Magnus HaganderFix another typo in a comment
2013-02-08 Peter EisentrautExclude access/rmgrlist.h from cpluspluscheck
2013-02-08 Peter Eisentrautscripts: Add build prerequisite on libpgport
2013-02-08 Magnus HaganderFix typo in comment
2013-02-08 Peter Eisentrautdoc: Rewrite how to get the source code
2013-02-08 Tom LaneFix performance issue in EXPLAIN (ANALYZE, TIMING OFF).
2013-02-08 Tom LaneMake contrib/btree_gist's GiST penalty function a bit...
2013-02-07 Tom LaneFix erroneous range-union logic for varlena types in...
2013-02-07 Tom LaneRepair bugs in GiST page splitting code for multi-colum...
2013-02-07 Tom LaneFix possible failure to send final transaction counts...
2013-02-07 Simon RiggsRely only on checkpoint 1 at end of recovery.
2013-02-06 Andrew DunstanEnable building with Microsoft Visual Studio 2012.
2013-02-06 Alvaro HerreraSplit out list of XLog resource managers
2013-02-06 Alvaro HerreraImprove error message wording
2013-02-04 Tom LanePrevent execution of enum_recv() from SQL.
2013-02-04 Tom LaneUpdate release notes for 9.2.3, 9.1.8, 9.0.12, 8.4...
2013-02-04 Simon RiggsReset vacuum_defer_cleanup_age to PGC_SIGHUP.
2013-02-04 Simon RiggsReset master xmin when hot_standby_feedback disabled.
2013-02-03 Tom LanePerform line wrapping and indenting by default in ruleu...
2013-02-03 Peter EisentrautPL/Python: Add result object str handler
2013-02-02 Tom LaneCreate a psql command \gset to store query results...
2013-02-02 Tom LanePrevent "\g filename" from affecting subsequent command...
2013-02-02 Simon RiggsMark vacuum_defer_cleanup_age as PGC_POSTMASTER.
2013-02-02 Bruce MomjianAdjust COPY FREEZE error message to be more accurate...
2013-02-02 Peter Eisentrautdoc: Tiny whitespace fix
2013-02-01 Alvaro HerreraMove Assert() definitions to c.h
2013-02-01 Alvaro HerreraFix typo in freeze_table_age implementation
2013-02-01 Alvaro HerreraFill tuple before HeapSatisfiesHOTAndKeyUpdate
2013-02-01 Peter EisentrautAdd CREATE RECURSIVE VIEW syntax
2013-02-01 Peter EisentrautPL/Tcl: Fix compiler warnings with Tcl 8.6
2013-01-31 Alvaro HerreraRestrict infomask bits to set on multixacts
2013-01-31 Alvaro Herrerapgrowlocks: fix bogus lock strength output
2013-01-31 Bruce Momjianpg_upgrade docs: mention modification of postgresql...
2013-01-31 Simon RiggsSwitch timelines if we crash soon after promotion.
2013-01-31 Tom LaneReject nonzero day fields in AT TIME ZONE INTERVAL...
2013-01-31 Magnus HaganderProperly zero-pad the day-of-year part of the win32...
2013-01-31 Tatsuo IshiiAdd --aggregate-interval option.
2013-01-31 Tom LaneDon't use spi_priv.h in plpython.
2013-01-31 Tom LaneFix plpgsql's reporting of plan-time errors in possibly...
2013-01-30 Tom LaneFix grammar for subscripting or field selection from...
2013-01-30 Peter Eisentrautpg_regress: Allow overriding diff options
2013-01-30 Peter Eisentrautentab: Fix some compiler warnings
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-29 Heikki LinnakangasAllow pgbench to use a scale larger than 21474.
2013-01-29 Heikki LinnakangasSkip truncating ON COMMIT DELETE ROWS temp tables,...
2013-01-29 Simon RiggsFast promote mode skips checkpoint at end of recovery.
2013-01-28 Alvaro HerreraREASSIGN OWNED: handle shared objects, too
2013-01-28 Alvaro HerreraDROP OWNED: don't try to drop tablespaces/databases
2013-01-28 Heikki LinnakangasHandle SPIErrors raised directly in PL/Python code.
2013-01-27 Michael MeskesMade ecpglib use translated messages.
2013-01-26 Tom LaneMake LATERAL implicit for functions in FROM.
2013-01-26 Bruce MomjianUpdate comments in new DROP IF EXISTS code; commit...
2013-01-26 Bruce MomjianUpdate LookupExplicitNamespace() comments; commit...
2013-01-26 Bruce MomjianIssue ERROR if FREEZE mode can't be honored by COPY
2013-01-26 Bruce MomjianAllow CREATE TABLE IF EXIST so succeed if the schema...
next