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-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
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-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
2013-07-09
Fix bool abuse
Peter Eisentraut
2013-07-08
Fix Windows build.
Heikki Linnakangas
2013-07-08
Improve scalability of WAL insertions.
Heikki Linnakangas
2013-07-08
Fix planning of parameterized appendrel paths with expensive join quals.
Tom Lane
2013-07-07
pg_isready: Make --help output more consistent with other utilities
Peter Eisentraut
2013-07-07
pg_resetxlog: Make --help consistent with man page
Peter Eisentraut
2013-07-07
Fix include-guard
Magnus Hagander
2013-07-07
PL/Python: Make regression tests pass with older Python versions
Peter Eisentraut
2013-07-06
Handle posix_fallocate() errors.
Jeff Davis
2013-07-06
Also escape double quotes for ECPG's #line statement.
Michael Meskes
2013-07-06
Rename a function to avoid naming conflict in parallel regression tests.
Tom Lane
2013-07-06
PL/Python: Convert numeric to Decimal
Peter Eisentraut
2013-07-05
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-05
Use posix_fallocate() for new WAL files, where available.
Jeff Davis
2013-07-05
Expose the estimation of number of changed tuples since last analyze
Magnus Hagander
2013-07-05
Apploed patch by MauMau <maumau307@gmail.com> to escape filenames in #line st...
Michael Meskes
2013-07-05
Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.
Noah Misch
2013-07-04
Fix typo in comment.
Fujii Masao
2013-07-04
Add C comment about \copy bug in CSV mode
Bruce Momjian
[next]