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
2013-07-28
Message style improvements
Peter Eisentraut
2013-07-25
Prevent leakage of SPI tuple tables during subtransaction abort.
Tom Lane
2013-07-25
Change currtid functions to use an MVCC snapshot, not SnapshotNow.
Robert Haas
2013-07-25
Don't use SnapshotNow in get_actual_variable_range.
Robert Haas
2013-07-25
Improvements to GetErrorContextStack()
Stephen Frost
2013-07-24
Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
Stephen Frost
2013-07-24
Improve ilist.h's support for deletion of slist elements during iteration.
Tom Lane
2013-07-24
Fix booltestsel() for case where we have NULL stats but not MCV stats.
Tom Lane
2013-07-23
Move strip_implicit_coercions() from optimizer to nodeFuncs.c.
Tom Lane
2013-07-23
Further hacking on ruleutils' new column-alias-assignment code.
Tom Lane
2013-07-23
Check for NULL result from strdup
Alvaro Herrera
2013-07-23
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-07-23
Tweak FOR UPDATE/SHARE error message wording (again)
Alvaro Herrera
2013-07-23
Use InvalidSnapshot, now SnapshotNow, as the default snapshot.
Robert Haas
2013-07-23
Additional regression tests for ALTER OPERATOR FAMILY.
Robert Haas
2013-07-23
ecpg: Move function prototype into header file
Peter Eisentraut
2013-07-22
Fix cache flush hazard in ExecRefreshMatView.
Robert Haas
2013-07-22
Remove bgw_sighup and bgw_sigterm.
Robert Haas
2013-07-22
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-07-22
Silence compiler warning on an unused variable
Alvaro Herrera
2013-07-22
Add infrastructure for mapping relfilenodes to relation OIDs.
Robert Haas
2013-07-20
Fix error handling in PLy_spi_execute_fetch_result().
Tom Lane
2013-07-20
Clean up new JSON API typedefs
Peter Eisentraut
2013-07-19
Fix HeapTupleSatisfiesVacuum on aborted updater xacts
Alvaro Herrera
2013-07-19
Initialize day of year value.
Michael Meskes
2013-07-19
Add checks for valid multibyte character length in UtfToLocal, LocalToUtf.
Tom Lane
2013-07-19
Fix regex match failures for backrefs combined with non-greedy quantifiers.
Tom Lane
2013-07-18
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
Move checking an explicit VARIADIC "any" argument into the parser.
Andrew Dunstan
2013-07-18
Fix direct access to Relation->rd_indpred.
Tom Lane
2013-07-17
Fix a few problems in barrier.h.
Tom Lane
2013-07-17
Fix variable names mentioned in comment to match the code.
Heikki Linnakangas
2013-07-17
Fix assert failure at end of recovery, broken by XLogInsert scaling patch.
Heikki Linnakangas
2013-07-17
Fix end-of-loop optimization in pglz_find_match() function.
Heikki Linnakangas
2013-07-17
Fix systable_recheck_tuple() for MVCC scan snapshots.
Noah Misch
2013-07-17
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-17
Comment on why planagg.c punts "MIN(x ORDER BY y)".
Noah Misch
2013-07-16
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-16
Allow background workers to be started dynamically.
Robert Haas
2013-07-16
Fix PQconninfoParse error message handling
Peter Eisentraut
2013-07-15
Check get_tle_by_resno() result before deref
Stephen Frost
2013-07-15
Tab completion for \lo_import
Robert Haas
2013-07-15
Assert that syscache lookups don't happen outside transactions.
Robert Haas
2013-07-15
Regression tests for LOCK TABLE.
Robert Haas
2013-07-15
Correct off-by-one when reading from pipe
Stephen Frost
2013-07-15
Check version before allocating PQExpBuffer
Stephen Frost
2013-07-14
Fix resource leak in initdb -X option
Stephen Frost
2013-07-14
Be sure to close() file descriptor on error case
Stephen Frost
2013-07-14
Ensure 64bit arithmetic when calculating tapeSpace
Stephen Frost
2013-07-14
pg_isready: Message improvement
Peter Eisentraut
[next]