]> granicus.if.org Git - postgresql/history - src
Remove useless const qualifier
[postgresql] / src /
2012-02-26 Peter EisentrautRemove useless const qualifier
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 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 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 HaasMake EXPLAIN (BUFFERS) track blocks dirtied, as well...
2012-02-23 Robert HaasFix typo in comment.
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 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-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 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-14 Tom LanePreserve column names in the execution-time tupledesc...
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-13 Michael MeskesDo not use the variable name when defining a varchar...
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-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 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
next