]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2012-02-27  Peter EisentrautCall check_keywords.pl in maintainer-check
2012-02-26  Tom LaneFix some more bugs in GIN's WAL replay logic.
2012-02-26  Peter EisentrautRemove useless cast
2012-02-26  Peter EisentrautRemove useless const qualifier
2012-02-25  Magnus HaganderFix some typos and correct wording in the monitoring...
2012-02-25  Magnus HaganderMerge the list of statistics functions into the view...
2012-02-25  Magnus HaganderMake each pg_stat_ view into it's own table in the...
2012-02-24  Tom LaneMerge dissect() into cdissect() to remove a pile of...
2012-02-24  Tom LaneAvoid repeated creation/freeing of per-subre DFAs durin...
2012-02-24  Tom LaneRemove useless "retry memory" logic within regex engine.
2012-02-24  Bruce MomjianMention original ctags option name.
2012-02-24  Bruce MomjianUpdate src/tools/make_ctags to avoid Exuberant tags...
2012-02-24  Peter EisentrautPut Debian package list back in alphabetical order
2012-02-24  Peter EisentrautAdd some enumeration commas, for consistency
2012-02-24  Tom LaneFix the general case of quantified regex back-references.
2012-02-24  Andrew DunstanCorrectly handle NULLs in JSON output.
2012-02-23  Tom LaneLast-minute release note updates.
2012-02-23  Tom LaneConvert newlines to spaces in names written in pg_dump...
2012-02-23  Tom LaneRemove arbitrary limitation on length of common name...
2012-02-23  Tom LaneRequire execute permission on the trigger function...
2012-02-23  Tom LaneAllow MinGW builds to use standardly-named OpenSSL...
2012-02-23  Peter EisentrautRemove inappropriate quotes
2012-02-23  Peter EisentrautFix build without OpenSSL
2012-02-23  Robert HaasDon't install hstore--1.0.sql any more.
2012-02-23  Robert HaasMake EXPLAIN (BUFFERS) track blocks dirtied, as well...
2012-02-23  Robert HaasFix typo in comment.
2012-02-22  Bruce MomjianImprove wording of pg_upgrade logfile option:
2012-02-22  Tom LaneDraft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18.
2012-02-22  Peter EisentrautAdd parameters for controlling locations of server...
2012-02-22  Alvaro HerreraREASSIGN OWNED: Support foreign data wrappers and servers
2012-02-21  Tom LaneDon't clear btpo_cycleid during _bt_vacuum_one_page.
2012-02-21  Tom LaneCosmetic cleanup for commit a760893dbda9934e287789d54bb...
2012-02-21  Magnus HaganderAvoid double close of file handle in syslogger on win32
2012-02-21  Andrew DunstanFix typo, noticed by Will Crawford.
2012-02-21  Peter Eisentrautpg_regress: Add application name setting
2012-02-20  Tom LaneDon't reject threaded Python on FreeBSD.
2012-02-20  Andrew DunstanFix a couple of cases of JSON output.
2012-02-20  Tom LaneFix regex back-references that are directly quantified...
2012-02-20  Tom LaneAdd caching of ctype.h/wctype.h results in regc_locale.c.
2012-02-19  Tom LaneCreate the beginnings of internals documentation for...
2012-02-19  Andrew DunstanImprove pretty printing of viewdefs.
2012-02-19  Michael MeskesIn ecpglib rewrote code that used strtok_r to not use...
2012-02-18  Tom LaneUpdate expected/collate.linux.utf8.out for recent plpgs...
2012-02-18  Michael Meskesgcc on Windows does not know about strtok_s.
2012-02-18  Michael MeskesWindows doesn't have strtok_r, so let's use strtok_s...
2012-02-18  Michael MeskesMake sure all connection paramters are used in call...
2012-02-18  Tom LaneSync regex code with Tcl 8.5.11.
2012-02-17  Tom LaneFix longstanding error in contrib/intarray's int[]...
2012-02-16  Tom LaneImprove statistics estimation to make some use of DISTI...
2012-02-16  Robert Haaspg_dump: Miscellaneous tightening based on recent refac...
2012-02-16  Robert Haaspg_dump: Remove global connection pointer.
2012-02-16  Robert HaasRefactor pg_dump.c to avoid duplicating returns-one...
2012-02-16  Robert HaasInvent on_exit_nicely for pg_dump.
2012-02-15  Tom LaneRun a portal's cleanup hook immediately when pushing...
2012-02-15  Robert HaasFix VPATH builds, broken by my recent commit to speed...
2012-02-15  Bruce MomjianHave pg_upgrade output 'link' or 'copy' when reporting...
2012-02-15  Robert Haassepgsql: Move some code from hooks.c to label.c
2012-02-15  Robert HaasSpeed up in-memory tuplesorting.
2012-02-15  Robert HaasMore regression tests for LEAKPROOF/NOT LEAKPROOF stuff.
2012-02-15  Robert HaasMake CREATE/ALTER FUNCTION support NOT LEAKPROOF.
2012-02-15  Robert Haassepgsql: Reword and fix typo in docs on DML permissions.
2012-02-15  Bruce MomjianFix pg_test_fsync Win32 problems reported by the build...
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().
next