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
Age
Commit message (
Expand
)
Author
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
doc: Fix typos in conversion names.
Robert Haas
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
Fix typo in update scripts for some contrib modules.
Fujii Masao
2013-07-18
Fix pgstattuple functions to use regclass-type as the argument.
Fujii Masao
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
doc: Remove tab from SGML file
Peter Eisentraut
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 typo in previous pgbench --progress patch.
Fujii Masao
2013-07-17
Use correct parameter name for view_option_value
Stephen Frost
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 --progress option to show progress report
Tatsuo Ishii
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
vacuumlo: Use a cursor to limit client-side memory usage.
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
Document the OVER keyword as being unreserved.
Noah Misch
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
2013-07-14
pg_receivexlog - Exit on failure to parse
Stephen Frost
2013-07-14
During parallel pg_dump, free commands from master
Stephen Frost
2013-07-13
Add session_preload_libraries configuration parameter
Peter Eisentraut
2013-07-12
Switch user ID to the object owner when populating a materialized view.
Noah Misch
2013-07-12
Make comments reflect that omission of SPI_gettypmod() is intentional.
Noah Misch
2013-07-12
pg_dump: Formatting cleanup of new messages
Peter Eisentraut
2013-07-11
pg_upgrade: document possible pg_hba.conf options
Bruce Momjian
2013-07-11
doc: Replace link to pgFouine with pgBadger
Peter Eisentraut
2013-07-10
Add coverage/ to .gitignore
Peter Eisentraut
2013-07-10
Fix lack of message pluralization
Peter Eisentraut
2013-07-09
Fix memory barrier support on icc on ia64, 2nd attempt.
Heikki Linnakangas
2013-07-09
Add #include needed for _mm_mfence() intrinsic on ia64.
Heikki Linnakangas
[next]