]> granicus.if.org Git - postgresql/shortlog
postgresql
2011-12-26 Alvaro HerreraMinor enhancements to MVCC chapter
2011-12-25 Tom LaneRethink representation of index clauses' mapping to...
2011-12-23 Tom LaneImprove planner's handling of duplicated index column...
2011-12-23 Robert HaasAdd bytea_agg, parallel to string_agg.
2011-12-22 Robert HaasTypo fixes.
2011-12-22 Robert HaasCatversion bump for commit 0e4611c0234d89e288a53351f775...
2011-12-22 Robert HaasAdd a security_barrier option for views.
2011-12-22 Peter EisentrautAdd ALTER DOMAIN ... RENAME
2011-12-22 Robert HaasDon't forget to de-escape the password field in .pgpass.
2011-12-21 Tom LaneUpdate per-column ACLs, not only per-table ACL, when...
2011-12-21 Robert HaasImprove behavior of concurrent CLUSTER.
2011-12-21 Robert HaasTake fewer snapshots.
2011-12-21 Robert Haassepgsql: Check CREATE permissions for some object types.
2011-12-21 Robert HaasShave a few cycles in string_agg().
2011-12-21 Tom LaneFix gincostestimate to handle ScalarArrayOpExpr reasonably.
2011-12-20 Tom LaneAvoid crashing when we have problems unlinking files...
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-12-19 Alvaro HerreraForgot catversion bump on previous patch
2011-12-19 Tom LaneRename updateNodeLink to spgUpdateNodeLink.
2011-12-19 Alvaro HerreraAllow CHECK constraints to be declared ONLY
2011-12-19 Tom LaneTeach SP-GiST to do index-only scans.
2011-12-18 Tom LaneReplace simple constant pg_am.amcanreturn with an AM...
2011-12-18 Peter EisentrautPL/Python: One more file renaming fix to unbreak the...
2011-12-18 Peter EisentrautSplit plpython.c into smaller pieces
2011-12-18 Michael MeskesMark variables as const in pgtypeslib if they only...
2011-12-18 Michael MeskesAdded test for cursor handling on different connections...
2011-12-18 Michael MeskesIn ecpg removed old leftover check for given connection...
2011-12-18 Bruce MomjianRemove tabs in SGML file.
2011-12-18 Tom LaneDefend against null scankeys in spgist searches.
2011-12-17 Tom LaneRemove bogus entries in gist point_ops operator class.
2011-12-17 Tom LaneFix some long-obsolete references to XLogOpenRelation.
2011-12-17 Tom LaneFix compiler warning seen on 64-bit machine.
2011-12-17 Tom LaneAdd SP-GiST (space-partitioned GiST) index access method.
2011-12-17 Andrew DunstanSame clarification for pg_restore.
2011-12-17 Andrew DunstanClarify the post-data status on unvalidated check const...
2011-12-17 Tom LaneAdd missing 'static' qualifier.
2011-12-17 Robert HaasVarious micro-optimizations for GetSnapshopData().
2011-12-17 Andrew DunstanAdd --section option to pg_dump and pg_restore.
2011-12-16 Heikki LinnakangasFix reference to "verify-ca" and "verify-full" in a...
2011-12-16 Andrew Dunstaninclude_if_exists facility for config file.
2011-12-16 Robert HaasImprove behavior of concurrent ALTER <relation> .....
2011-12-16 Robert HaasImprove behavior of concurrent rename statements.
2011-12-15 Robert HaasDon't leave regress_test_role_super lying around.
2011-12-15 Robert HaasFix typo.
2011-12-15 Peter EisentrautPL/Python: Refactor subtransaction handling
2011-12-14 Andrew DunstanDisable excessive FP optimization by recent versions...
2011-12-14 Andrew DunstanFix docs build I inadvertantly broke.
2011-12-14 Andrew DunstanAdd --exclude-table-data option to pg_dump.
2011-12-14 Heikki LinnakangasAdd support for passing cursor parameters in named...
2011-12-12 Tom LaneMove BKP_REMOVABLE bit from individual WAL records...
2011-12-12 Heikki LinnakangasRevert the behavior of inet/cidr functions to not unpac...
2011-12-10 Andrew DunstanMiscellaneous cleanup to silence compiler warnings...
2011-12-10 Andrew DunstanRemove define inadvertantly left over from testing.
2011-12-10 Andrew DunstanEnable compiling with the mingw-w64 32 bit compiler.
2011-12-09 Robert HaasIf pg_test_fsync is interrupted, clean up the temp...
2011-12-09 Peter EisentrautAdd ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVE...
2011-12-09 Heikki LinnakangasDon't set reachedMinRecoveryPoint during crash recovery...
2011-12-09 Heikki LinnakangasCancel running query if it is detected that the connect...
2011-12-07 Peter EisentrautAdd const qualifiers to node inspection functions
2011-12-07 Tom LaneFix corner cases in readlink() usage.
2011-12-07 Magnus HaganderBetter error reporting if the link target is too long
2011-12-07 Magnus HaganderAvoid using readlink() on platforms that don't support it
2011-12-07 Magnus HaganderRemove spclocation field from pg_tablespace
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-12-06 Robert HaasTypo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26...
2011-12-06 Robert HaasMake command-line tools smarter about finding a DB...
2011-12-06 Magnus HaganderAdd missing documentation for function pg_stat_get_wal_...
2011-12-05 Bruce MomjianIn pg_upgrade, allow tables using regclass to be upgrad...
2011-12-05 Tom LaneRemove troublesome Asserts in cost_mergejoin().
2011-12-05 Peter Eisentrautplpython: Add SPI cursor support
2011-12-04 Andrew DunstanAdd a \setenv command to psql.
2011-12-04 Magnus HaganderRemove incorrect instructions to run CREATE FOREIGN...
2011-12-04 Michael MeskesApplied another patch by Zoltan to fix memory alignemen...
2011-12-03 Magnus HaganderTreat ENOTDIR as ENOENT when looking for client certifi...
2011-12-02 Bruce MomjianUpdate documentation suggestions for debugging the...
2011-12-02 Peter Eisentrautpsql: Make temporary editor files have .sql extension
2011-12-02 Tom LaneAdd some weasel wording about threaded usage of PGresults.
2011-12-02 Heikki LinnakangasDuring recovery, if we reach consistent state and still...
2011-12-01 Tom LaneClarify documentation about SQL:2008 variant of LIMIT...
2011-12-01 Robert HaasMake pgcompinclude/pgrminclude less tied to Bruce's...
2011-12-01 Tom LaneFix getTypeIOParam to support type record[].
2011-12-01 Bruce MomjianAdd file-fdw documentation example.
2011-12-01 Bruce MomjianAdd documentation mention that 7 != NULL also returns...
2011-12-01 Tom LaneUpdate information about configuring SysV IPC parameter...
2011-12-01 Tom LaneDraft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17...
2011-11-30 Tom LaneUpdate time zone data files to tzdata release 2011n.
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-11-30 Tom LaneTweak previous patch to ensure edata->filename always...
2011-11-30 Peter EisentrautStrip file names reported in error messages in vpath...
2011-11-30 Tom LaneRemove duplicate definition of 'progname'.
2011-11-30 Tom LaneMove EXTRA_CLEAN to where it actually works.
2011-11-30 Tom LanePrevent autovacuum transactions from running in seriali...
2011-11-30 Bruce MomjianChange installation docs to mention general debugging...
2011-11-30 Tom LaneClean up after recent pg_dump patches.
2011-11-30 Bruce MomjianIn docs, suggest "-O0 -g" only if using a debugger.
2011-11-29 Tom LaneWhen a row fails a not-null constraint, show row's...
2011-11-29 Bruce MomjianSimplify the pg_dump/pg_restore error reporting macros...
2011-11-29 Bruce MomjianSuggest configure options for server developers.
2011-11-29 Tom LaneWhen a row fails a CHECK constraint, show row's content...
2011-11-29 Peter Eisentrautpg_dump: Add gettext plural support to error message
next