]> granicus.if.org Git - postgresql/shortlog
postgresql
2012-02-15 Bruce MomjianTry to get pg_test_thread to compile on Windows by...
2012-02-14 Bruce MomjianImprove fsync documentation by stating that -W _0_...
2012-02-14 Tom LanePreserve column names in the execution-time tupledesc...
2012-02-14 Bruce MomjianDocument random page cost is only 4x seqeuntial, and...
2012-02-14 Bruce MomjianDocument that the pg_test_fsync defaults allow the...
2012-02-14 Bruce MomjianChange contrib/pg_test_fsync to control tests in terms...
2012-02-14 Robert HaasRemove new, intermittently failing regression test.
2012-02-14 Robert HaasFix new create_function_3 regression tests not to rely...
2012-02-14 Robert HaasAllow LEAKPROOF functions for better performance of...
2012-02-14 Bruce MomjianImprove labeling of pg_test_fsync open_sync test output.
2012-02-13 Michael MeskesDo not use the variable name when defining a varchar...
2012-02-13 Andrew DunstanFix auto-explain JSON output to be valid JSON.
2012-02-13 Heikki LinnakangasFix heap_multi_insert to set t_self field in the caller...
2012-02-13 Heikki LinnakangasSilence warning about deprecated assignment to $[ in...
2012-02-11 Tom LaneFix I/O-conversion-related memory leaks in plpgsql.
2012-02-10 Tom LaneFix oversight in pg_dump's handling of extension config...
2012-02-10 Tom LaneFix brain fade in previous pg_dump patch.
2012-02-10 Tom LaneFix pg_dump for better handling of inherited columns.
2012-02-10 Tom LaneAdd ORDER BY to a query to prevent occasional regressio...
2012-02-09 Peter Eisentrautpsql: Support zero byte field and record separators
2012-02-09 Robert HaasAttempt to fix MSVC builds and other fls-related breakage.
2012-02-09 Robert HaasAdd a comment to AdjustIntervalForTypmod to reduce...
2012-02-09 Robert HaasImprove interval_transform function to detect a few...
2012-02-09 Magnus HaganderHave pg_receivexlog always send an invalid log position...
2012-02-09 Heikki LinnakangasAdd new keywords SNAPSHOT and TYPES to the keyword...
2012-02-08 Tom LaneThrow error sooner for unlogged GiST indexes.
2012-02-08 Tom LaneFix up dumping conditions for extension configuration...
2012-02-08 Tom LaneCheck misplaced window functions before checking aggreg...
2012-02-08 Tom LaneSupport min/max index optimizations on boolean columns.
2012-02-08 Tom LaneMark some more I/O-conversion-invoking functions as...
2012-02-08 Robert HaasAdd transform functions for various temporal typmod...
2012-02-08 Heikki LinnakangasRename LWLockWaitUntilFree to LWLockAcquireOrWait.
2012-02-08 Robert HaasFix typos pointed out by Noah Misch.
2012-02-08 Bruce MomjianAdd opensp as a requirement for building the docs on...
2012-02-07 Peter Eisentrautpg_dump: Add some const qualifiers
2012-02-07 Peter Eisentrautpg_regress: Use target-specific variable instead of...
2012-02-07 Heikki LinnakangasFix typo in comment.
2012-02-07 Robert HaasSupport fls().
2012-02-07 Robert HaasAdd a transform function for varbit typmod coercisions.
2012-02-07 Robert HaasAdd a transform function for numeric typmod coercisions.
2012-02-07 Robert HaasAdd TIMING option to EXPLAIN, to allow eliminating...
2012-02-07 Robert Haaspg_dump: Further reduce reliance on global variables.
2012-02-07 Peter Eisentrautcreateuser: Disable prompting by default
2012-02-07 Heikki LinnakangasWhen building with LWLOCK_STATS, initialize the stats...
2012-02-06 Tom LaneFix postmaster to attempt restart after a hot-standby...
2012-02-06 Michael MeskesAllow the connection keyword array to carry all seven...
2012-02-06 Tom LaneAvoid throwing ERROR during WAL replay of DROP TABLESPACE.
2012-02-06 Robert Haaspg_dump: Remove global Archive pointer.
2012-02-06 Robert Haaspg_dump: Reduce dependencies on global variables.
2012-02-06 Tom LaneAdd locking around WAL-replay modification of shared...
2012-02-06 Robert HaasRemove dead declaration.
2012-02-06 Alvaro Herrerafe-misc.c depends on pg_config_paths.h
2012-02-05 Tom LaneFix transient clobbering of shared buffers during WAL...
2012-02-05 Tom LaneImprove comment.
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
next