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-08-07
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
Tweak new Perl pgindent for compatibility with middle-aged Perls.
Tom Lane
2012-08-07
Fix memory leaks in event trigger code.
Robert Haas
2012-08-07
Fix to_char(), to_date(), and to_timestamp() to handle negative/BC
Bruce Momjian
2012-08-07
Fix redundant wording
Alvaro Herrera
2012-08-07
fsync backup_label after pg_start_backup()
Simon Riggs
2012-08-06
Make strings identical
Alvaro Herrera
2012-08-06
Complain with proper error message if streaming stops prematurely
Magnus Hagander
2012-08-06
Perform conversion from Python unicode to string/bytes object via UTF-8.
Heikki Linnakangas
2012-08-04
Replace pgindent shell script with Perl script. Update perltidy
Bruce Momjian
2012-08-03
Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.
Tom Lane
2012-08-03
Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code.
Tom Lane
2012-08-03
In SPGiST replay, do conflict resolution before modifying the page.
Tom Lane
2012-08-02
Fix race conditions associated with SPGiST redirection tuples.
Tom Lane
2012-08-02
Replace libpq's "row processor" API with a "single row" mode.
Tom Lane
2012-07-31
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-07-31
Fix syslogger so that log_truncate_on_rotation works in the first rotation.
Tom Lane
2012-07-31
pg_basebackup: stylistic adjustments
Alvaro Herrera
2012-07-27
Improve reporting of error situations in find_other_exec().
Tom Lane
2012-07-26
Only allow autovacuum to be auto-canceled by a directly blocked process.
Tom Lane
2012-07-26
Tab complete table names after ALTER TABLE x [NO] INHERIT.
Robert Haas
2012-07-26
Log a better message when canceling autovacuum.
Robert Haas
2012-07-25
Fix longstanding crash-safety bug with newly-created-or-reset sequences.
Tom Lane
2012-07-25
Add translator comments to module names
Alvaro Herrera
2012-07-24
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-23
Update information schema to SQL:2011
Peter Eisentraut
2012-07-22
Fix name collision between concurrent regression tests.
Tom Lane
2012-07-22
Improve copydir() code for the case that fsync is off.
Tom Lane
2012-07-21
Use --nosync during make check's initdb call.
Tom Lane
2012-07-21
Suppress volatile-related warning seen in some compilers.
Tom Lane
2012-07-21
Account for SRFs in targetlists in planner rowcount estimates.
Tom Lane
2012-07-21
Revert temporary patch to debug Windows breakage.
Robert Haas
2012-07-21
Repair plpgsql_validator breakage.
Robert Haas
2012-07-20
Remove now unneeded results file for disabled prepared transactions case.
Andrew Dunstan
2012-07-20
Temporary patch to try to debug why event trigger patch broke Windows.
Robert Haas
2012-07-20
Remove prepared transactions from main isolation test schedule.
Andrew Dunstan
2012-07-20
pg_dump: Simplify mkdir() error checking
Peter Eisentraut
2012-07-20
connoinherit may be true only for CHECK constraints
Alvaro Herrera
2012-07-20
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-07-20
Make new event trigger facility actually do something.
Robert Haas
2012-07-19
Rethink checkpointer's fsync-request table representation.
Tom Lane
2012-07-19
Send only one FORGET_RELATION_FSYNC request when dropping a relation.
Tom Lane
2012-07-18
Refactor the way code is shared between some range type functions.
Heikki Linnakangas
2012-07-18
Fix statistics breakage from bgwriter/checkpointer process split.
Tom Lane
2012-07-18
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
2012-07-18
Syntax support and documentation for event triggers.
Robert Haas
2012-07-17
Improve coding around the fsync request queue.
Tom Lane
2012-07-17
PL/Python: Remove PLy_result_ass_item
Peter Eisentraut
2012-07-17
Remove recently added PL/Perl encoding tests
Alvaro Herrera
2012-07-17
Put back storage/proc.h in postmaster.c.
Tom Lane
[next]