summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-15Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.Robert Haas
2012-02-15sepgsql: Reword and fix typo in docs on DML permissions.Robert Haas
2012-02-15Fix pg_test_fsync Win32 problems reported by the build farm; addBruce Momjian
2012-02-15Try to get pg_test_thread to compile on Windows by using a sleeperBruce Momjian
2012-02-14Improve fsync documentation by stating that -W _0_ turns of writeBruce Momjian
2012-02-14Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane
2012-02-14Document random page cost is only 4x seqeuntial, and not 40x.Bruce Momjian
2012-02-14Document that the pg_test_fsync defaults allow the program to completeBruce Momjian
2012-02-14Change contrib/pg_test_fsync to control tests in terms of seconds perBruce Momjian
2012-02-14Remove new, intermittently failing regression test.Robert Haas
2012-02-14Fix new create_function_3 regression tests not to rely on tuple order.Robert Haas
2012-02-14Allow LEAKPROOF functions for better performance of security views.Robert Haas
2012-02-14Improve labeling of pg_test_fsync open_sync test output.Bruce Momjian
2012-02-13Do not use the variable name when defining a varchar structure in ecpg.Michael Meskes
2012-02-13Fix auto-explain JSON output to be valid JSON.Andrew Dunstan
2012-02-13Fix heap_multi_insert to set t_self field in the caller's tuples.Heikki Linnakangas
2012-02-13Silence warning about deprecated assignment to $[ in check_keywords.plHeikki Linnakangas
2012-02-11Fix I/O-conversion-related memory leaks in plpgsql.Tom Lane
2012-02-10Fix oversight in pg_dump's handling of extension configuration tables.Tom Lane
2012-02-10Fix brain fade in previous pg_dump patch.Tom Lane
2012-02-10Fix pg_dump for better handling of inherited columns.Tom Lane
2012-02-10Add ORDER BY to a query to prevent occasional regression test failures.Tom Lane
2012-02-09psql: Support zero byte field and record separatorsPeter Eisentraut
2012-02-09Attempt to fix MSVC builds and other fls-related breakage.Robert Haas
2012-02-09Add a comment to AdjustIntervalForTypmod to reduce chance of future bugs.Robert Haas
2012-02-09Improve interval_transform function to detect a few more cases.Robert Haas
2012-02-09Have pg_receivexlog always send an invalid log position in status messagesMagnus Hagander
2012-02-09Add new keywords SNAPSHOT and TYPES to the keyword list in gram.yHeikki Linnakangas
2012-02-08Throw error sooner for unlogged GiST indexes.Tom Lane
2012-02-08Fix up dumping conditions for extension configuration tables.Tom Lane
2012-02-08Check misplaced window functions before checking aggregate/group by sanity.Tom Lane
2012-02-08Support min/max index optimizations on boolean columns.Tom Lane
2012-02-08Mark some more I/O-conversion-invoking functions as stable not volatile.Tom Lane
2012-02-08Add transform functions for various temporal typmod coercisions.Robert Haas
2012-02-08Rename LWLockWaitUntilFree to LWLockAcquireOrWait.Heikki Linnakangas
2012-02-08Fix typos pointed out by Noah Misch.Robert Haas
2012-02-08Add opensp as a requirement for building the docs on Debian --- testedBruce Momjian
2012-02-07pg_dump: Add some const qualifiersPeter Eisentraut
2012-02-07pg_regress: Use target-specific variable instead of overriding make rulePeter Eisentraut
2012-02-07Fix typo in comment.Heikki Linnakangas
2012-02-07Support fls().Robert Haas
2012-02-07Add a transform function for varbit typmod coercisions.Robert Haas
2012-02-07Add a transform function for numeric typmod coercisions.Robert Haas
2012-02-07Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas
2012-02-07pg_dump: Further reduce reliance on global variables.Robert Haas
2012-02-07createuser: Disable prompting by defaultPeter Eisentraut
2012-02-07When building with LWLOCK_STATS, initialize the stats in LWLockWaitUntilFree.Heikki Linnakangas
2012-02-06Fix postmaster to attempt restart after a hot-standby crash.Tom Lane
2012-02-06Allow the connection keyword array to carry all seven items in ecpglib.Michael Meskes
2012-02-06Avoid throwing ERROR during WAL replay of DROP TABLESPACE.Tom Lane