summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-02-18Sync regex code with Tcl 8.5.11.Tom Lane
2012-02-16Improve statistics estimation to make some use of DISTINCT in sub-queries.Tom Lane
2012-02-16pg_dump: Miscellaneous tightening based on recent refactorings.Robert Haas
2012-02-16pg_dump: Remove global connection pointer.Robert Haas
2012-02-16Refactor pg_dump.c to avoid duplicating returns-one-row check.Robert Haas
2012-02-16Invent on_exit_nicely for pg_dump.Robert Haas
2012-02-15Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane
2012-02-15Fix VPATH builds, broken by my recent commit to speed up tuplesorting.Robert Haas
2012-02-15Speed up in-memory tuplesorting.Robert Haas
2012-02-15More regression tests for LEAKPROOF/NOT LEAKPROOF stuff.Robert Haas
2012-02-15Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.Robert Haas
2012-02-14Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane
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-13Do not use the variable name when defining a varchar structure in ecpg.Michael Meskes
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-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