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
/
backend
Age
Commit message (
Expand
)
Author
2014-01-05
Cache catalog lookup data across groups in ordered-set aggregates.
Tom Lane
2014-01-04
Fix header comment for bitncmp().
Tom Lane
2014-01-03
Restore some comments lost during 15732b34e8c8
Alvaro Herrera
2014-01-03
Ooops, should use double not single quotes in StaticAssertStmt().
Tom Lane
2014-01-03
Fix calculation of maximum statistics-message size.
Tom Lane
2014-01-02
Handle 5-char filenames in SlruScanDirectory
Alvaro Herrera
2014-01-02
Wrap multixact/members correctly during extension
Alvaro Herrera
2014-01-02
Handle wraparound during truncation in multixact/members
Alvaro Herrera
2014-01-02
Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.
Robert Haas
2014-01-02
Rename walLogHints to wal_log_hints for easier grepping.
Robert Haas
2013-12-30
Fix broken support for event triggers as extension members.
Tom Lane
2013-12-30
Remove dead code now that orindxpath.c is history.
Tom Lane
2013-12-30
Extract restriction OR clauses whether or not they are indexable.
Tom Lane
2013-12-29
Update grammar
Peter Eisentraut
2013-12-27
Properly detect invalid JSON numbers when generating JSON.
Andrew Dunstan
2013-12-27
Fix misplaced right paren bugs in pgstatfuncs.c.
Kevin Grittner
2013-12-24
Fix inadequately-tested code path in tuplesort_skiptuples().
Tom Lane
2013-12-24
Fix ANALYZE failure on a column that's a domain over a range.
Tom Lane
2013-12-24
Revise documentation for new freezing method.
Robert Haas
2013-12-24
Fix portability issue in ordered-set patch.
Tom Lane
2013-12-23
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-22
Change the way we mark tuples as frozen.
Robert Haas
2013-12-20
Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.
Fujii Masao
2013-12-20
Avoid useless palloc during transaction commit
Alvaro Herrera
2013-12-19
Move pg_upgrade_support global variables to their own include file
Bruce Momjian
2013-12-19
Optimize updating a row that's locked by same xid
Alvaro Herrera
2013-12-18
Allow on-detach callbacks for dynamic shared memory segments.
Robert Haas
2013-12-18
Fix incorrect error message reported for non-existent users
Bruce Momjian
2013-12-18
Don't ignore tuple locks propagated by our updates
Alvaro Herrera
2013-12-18
Add ALTER SYSTEM command to edit the server configuration file.
Tatsuo Ishii
2013-12-17
Comment: COPY comment improvement
Bruce Momjian
2013-12-16
Rework tuple freezing protocol
Alvaro Herrera
2013-12-16
Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c
Heikki Linnakangas
2013-12-15
Allow empty target list in SELECT.
Tom Lane
2013-12-14
Fix inherited UPDATE/DELETE with UNION ALL subqueries.
Tom Lane
2013-12-13
Fix typo
Alvaro Herrera
2013-12-13
Rework MultiXactId cache code
Alvaro Herrera
2013-12-13
Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt.
Tom Lane
2013-12-13
Fix more instances of "the the" in comments.
Heikki Linnakangas
2013-12-13
Don't let timeout interrupts happen unless ImmediateInterruptOK is set.
Tom Lane
2013-12-13
Add GUC to enable WAL-logging of hint bits, even with checksums disabled.
Heikki Linnakangas
2013-12-13
Fix WAL-logging of setting the visibility map bit.
Heikki Linnakangas
2013-12-12
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.
Tom Lane
2013-12-12
Improve EXPLAIN to print the grouping columns in Agg and Group nodes.
Tom Lane
2013-12-12
New autovacuum_work_mem parameter
Simon Riggs
2013-12-12
Allow time delayed standbys and recovery
Simon Riggs
2013-12-12
Remove bogus executable permissions on xlog.c.
Tom Lane
2013-12-11
Under wal_level=logical, when saving old tuples, always save OID.
Robert Haas
2013-12-11
Add a new reloption, user_catalog_table.
Robert Haas
2013-12-11
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
[next]