index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2012-02-18
Sync regex code with Tcl 8.5.11.
Tom Lane
2012-02-16
Improve statistics estimation to make some use of DISTINCT in sub-queries.
Tom Lane
2012-02-16
pg_dump: Miscellaneous tightening based on recent refactorings.
Robert Haas
2012-02-16
pg_dump: Remove global connection pointer.
Robert Haas
2012-02-16
Refactor pg_dump.c to avoid duplicating returns-one-row check.
Robert Haas
2012-02-16
Invent on_exit_nicely for pg_dump.
Robert Haas
2012-02-15
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-02-15
Fix VPATH builds, broken by my recent commit to speed up tuplesorting.
Robert Haas
2012-02-15
Speed up in-memory tuplesorting.
Robert Haas
2012-02-15
More regression tests for LEAKPROOF/NOT LEAKPROOF stuff.
Robert Haas
2012-02-15
Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.
Robert Haas
2012-02-14
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-14
Remove new, intermittently failing regression test.
Robert Haas
2012-02-14
Fix new create_function_3 regression tests not to rely on tuple order.
Robert Haas
2012-02-14
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-13
Do not use the variable name when defining a varchar structure in ecpg.
Michael Meskes
2012-02-13
Fix heap_multi_insert to set t_self field in the caller's tuples.
Heikki Linnakangas
2012-02-13
Silence warning about deprecated assignment to $[ in check_keywords.pl
Heikki Linnakangas
2012-02-11
Fix I/O-conversion-related memory leaks in plpgsql.
Tom Lane
2012-02-10
Fix oversight in pg_dump's handling of extension configuration tables.
Tom Lane
2012-02-10
Fix brain fade in previous pg_dump patch.
Tom Lane
2012-02-10
Fix pg_dump for better handling of inherited columns.
Tom Lane
2012-02-10
Add ORDER BY to a query to prevent occasional regression test failures.
Tom Lane
2012-02-09
psql: Support zero byte field and record separators
Peter Eisentraut
2012-02-09
Attempt to fix MSVC builds and other fls-related breakage.
Robert Haas
2012-02-09
Add a comment to AdjustIntervalForTypmod to reduce chance of future bugs.
Robert Haas
2012-02-09
Improve interval_transform function to detect a few more cases.
Robert Haas
2012-02-09
Have pg_receivexlog always send an invalid log position in status messages
Magnus Hagander
2012-02-09
Add new keywords SNAPSHOT and TYPES to the keyword list in gram.y
Heikki Linnakangas
2012-02-08
Throw error sooner for unlogged GiST indexes.
Tom Lane
2012-02-08
Fix up dumping conditions for extension configuration tables.
Tom Lane
2012-02-08
Check misplaced window functions before checking aggregate/group by sanity.
Tom Lane
2012-02-08
Support min/max index optimizations on boolean columns.
Tom Lane
2012-02-08
Mark some more I/O-conversion-invoking functions as stable not volatile.
Tom Lane
2012-02-08
Add transform functions for various temporal typmod coercisions.
Robert Haas
2012-02-08
Rename LWLockWaitUntilFree to LWLockAcquireOrWait.
Heikki Linnakangas
2012-02-08
Fix typos pointed out by Noah Misch.
Robert Haas
2012-02-07
pg_dump: Add some const qualifiers
Peter Eisentraut
2012-02-07
pg_regress: Use target-specific variable instead of overriding make rule
Peter Eisentraut
2012-02-07
Fix typo in comment.
Heikki Linnakangas
2012-02-07
Support fls().
Robert Haas
2012-02-07
Add a transform function for varbit typmod coercisions.
Robert Haas
2012-02-07
Add a transform function for numeric typmod coercisions.
Robert Haas
2012-02-07
Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.
Robert Haas
2012-02-07
pg_dump: Further reduce reliance on global variables.
Robert Haas
2012-02-07
createuser: Disable prompting by default
Peter Eisentraut
2012-02-07
When building with LWLOCK_STATS, initialize the stats in LWLockWaitUntilFree.
Heikki Linnakangas
2012-02-06
Fix postmaster to attempt restart after a hot-standby crash.
Tom Lane
2012-02-06
Allow the connection keyword array to carry all seven items in ecpglib.
Michael Meskes
2012-02-06
Avoid throwing ERROR during WAL replay of DROP TABLESPACE.
Tom Lane
[next]