]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2012-02-05  Tom LaneAdd missing Assert and fix inaccurate elog message...
2012-02-05  Tom LaneAllow SQL-language functions to reference parameters...
2012-02-04  Tom LaneRevert "Add some regression test cases for denormalized...
2012-02-04  Bruce MomjianRemove tabs in SGML file.
2012-02-04  Michael MeskesApplied Peter's patch to PQconnectdbParams in ecpglib...
2012-02-03  Andrew DunstanAdd array_to_json and row_to_json functions.
2012-02-02  Peter Eisentrautecpg: Improve test building
2012-02-02  Robert HaasAllow spgist's text_ops to handle pattern-matching...
2012-02-02  Robert HaasAvoid re-checking for visibility map extension too...
2012-02-01  Peter Eisentrautinitdb: Add options --auth-local and --auth-host
2012-02-01  Peter Eisentrautpsql: Case preserving completion of SQL key words
2012-02-01  Tom LaneAdd some regression test cases for denormalized float8...
2012-02-01  Tom LaneTry to be more consistent about accepting denormalized...
2012-02-01  Alvaro HerreraImplement dry-run mode for pg_archivecleanup
2012-02-01  Magnus HaganderProperly free the sslcompression field in PGconn
2012-02-01  Tom LaneCode review for plpgsql fn_signature patch.
2012-01-31  Peter Eisentrautpsql: Reduce the amount of const lies a bit
2012-01-31  Peter Eisentrautpg_dump: Add GCC noreturn attribute to appropriate...
2012-01-31  Robert HaasAdjust expected regression test outputs for PL/python.
2012-01-31  Robert HaasCatversion bump for JSON patch.
2012-01-31  Robert HaasBuilt-in JSON data type.
2012-01-31  Heikki LinnakangasPrint function signature, not just name, in PL/pgSQL...
2012-01-30  Heikki LinnakangasFix bug in the new wait-until-lwlock-is-free mechanism.
2012-01-30  Peter EisentrautAdd sequence USAGE privileges to information schema
2012-01-30  Peter EisentrautPL/Python: Add result metadata functions
2012-01-30  Peter EisentrautUse abort() instead of exit() to abort library functions
2012-01-30  Robert HaasRemove prototype for nonexistent function.
2012-01-30  Heikki LinnakangasMake group commit more effective.
2012-01-30  Simon RiggsMinor bug fix and cleanup from self-review of sync...
2012-01-30  Simon RiggsVarious minor comments changes from bgwriter to checkpo...
2012-01-30  Heikki LinnakangasAccept a non-existent value in "ALTER USER/DATABASE...
2012-01-30  Tom LaneAssorted comment fixes, mostly just typos, but some...
2012-01-29  Tom LaneFix typo in comment.
2012-01-29  Tom LaneTweak index costing for problems with partial indexes.
2012-01-29  Tom LaneFix pushing of index-expression qualifications through...
2012-01-29  Tom LaneAdd caution about multiple unique indexes breaking...
2012-01-29  Tom LaneUpdate statement about sorting of character-string...
2012-01-29  Tom LaneFix handling of init_plans list in inheritance_planner().
2012-01-28  Tom LaneAdd simple tests of EvalPlanQual using the isolationtes...
2012-01-28  Tom LaneFix handling of data-modifying CTE subplans in EvalPlan...
2012-01-28  Magnus HaganderPrevent logging "failed to stat file: success" for...
2012-01-28  Tom LaneFix error detection in contrib/pgcrypto's encrypt_iv...
2012-01-28  Tom LaneUndo 8.4-era lobotomization of subquery pullup rules.
2012-01-28  Tom LaneUse parameterized paths to generate inner indexscans...
2012-01-27  Peter EisentrautShow default privileges in information schema
2012-01-27  Peter EisentrautRevert unfortunate whitespace change
2012-01-27  Peter EisentrautDisallow ALTER DOMAIN on non-domain type everywhere
2012-01-27  Peter EisentrautHide most variable-length fields from Form_pg_* structs
2012-01-27  Peter EisentrautDo not access indclass through Form_pg_index
2012-01-27  Robert HaasDocument that COUNT(*) might not need a seq scan any...
2012-01-27  Robert HaasDocument that analyzing an empty table doesn't update...
2012-01-27  Heikki LinnakangasInitialize the new bgwriterLatch field properly.
2012-01-27  Robert Haaspg_dump: Move connection-setup code to a separate function.
2012-01-27  Heikki LinnakangasFix copy-paste error in docs.
2012-01-27  Magnus HaganderFix wording, per Peter Geoghegan
2012-01-27  Heikki LinnakangasMention in the docs that bgwriter now sleeps longer...
2012-01-27  Bruce MomjianFix pg_upgrade --help text for --user to not use a...
2012-01-26  Robert HaasAdjust tuplesort.c based on the fact that we never...
2012-01-26  Robert HaasBe more clear when a new column name collides with...
2012-01-26  Heikki LinnakangasFix sentence in docs: checkpoints are not done by bgwri...
2012-01-26  Heikki LinnakangasMake bgwriter sleep longer when it has no work to do...
2012-01-26  Robert HaasAdd missing #include, to suppress compiler warning.
2012-01-26  Magnus HaganderFix a copy/pasted typo in several comments
2012-01-26  Magnus HaganderAdd deadlock counter to pg_stat_database
2012-01-26  Robert HaasClassify DROP operations by whether or not they are...
2012-01-26  Magnus HaganderTrack temporary file count and size in pg_stat_database
2012-01-26  Robert HaasDamage control for yesterday's CheckIndexCompatible...
2012-01-26  Robert HaasInstrument index-only scans to count heap fetches perfo...
2012-01-25  Alvaro HerreraHave \copy go through SendQuery
2012-01-25  Robert HaasMake CheckIndexCompatible simpler and more bullet-proof.
2012-01-25  Simon RiggsAllow pg_basebackup from standby node with safety checking.
2012-01-25  Alvaro HerreraAdd pg_trigger_depth() function
2012-01-25  Bruce MomjianNow that the shared library name can be adjusted in...
2012-01-25  Bruce MomjianImprove plpython fix comment in pg_upgrade.
2012-01-25  Bruce MomjianIn pg_upgrade, when checking for the plpython library...
2012-01-25  Bruce MomjianFix new SQL tablespace location function usage in pg_up...
2012-01-24  Simon RiggsAdd new replication mode synchronous_commit = 'write'.
2012-01-24  Peter EisentrautRemove quotes around format_type_be() output
2012-01-24  Tom LaneSuppress variable-clobbered-by-longjmp warning seen...
2012-01-24  Tom LaneSuppress possibly-uninitialized-variable warning seen...
2012-01-24  Bruce MomjianReduce tab outdent of "error handling" GUC comments...
2012-01-24  Robert HaasAdjustments to regression tests for security_barrier...
2012-01-23  Simon RiggsResolve timing issue with logging locks for Hot Standby.
2012-01-23  Simon RiggsALTER <thing> [IF EXISTS] ... allows silent DDL if...
2012-01-22  Magnus HaganderTypo fix
2012-01-21  Peter Eisentrautpsql: Add support for tab completion of GRANT/REVOKE...
2012-01-20  Magnus HaganderCheck number of fields in IDENTIFY_SYSTEM response
2012-01-20  Magnus HaganderGet rid of itemizedlist inside table
2012-01-20  Magnus HaganderFurther doc cleanups from the pg_stat_activity changes
2012-01-20  Robert HaasTriggered change notifications.
2012-01-20  Robert HaasClarify that bgwriter no longer handles checkpoints.
2012-01-19  Bruce MomjianAdd pg_upgrade C comment about why we check all relkind...
2012-01-19  Robert HaasAdd bitwise AND, OR, and NOT operators for macaddr...
2012-01-19  Magnus HaganderSeparate state from query string in pg_stat_activity
2012-01-19  Heikki LinnakangasMake pg_relation_size() and friends return NULL if...
2012-01-18  Peter EisentrautPL/Python: Update example
2012-01-18  Heikki LinnakangasFix corner case in cleanup of transactions using SSI.
2012-01-18  Magnus HaganderShow psql timing output for failed queries as well...
2012-01-18  Magnus HaganderFix warning about unused variable
2012-01-18  Robert HaasRegression tests for security_barrier views.
next