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
2014-01-05
Cache catalog lookup data across groups in ordered-set aggregates.
Tom Lane
2014-01-04
Fix translatability markings in psql, and add defenses against future bugs.
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
2014-01-01
Do not use an empty hostname.
Michael Meskes
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
Don't attempt to limit target database for pg_restore.
Kevin Grittner
2013-12-29
Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE.
Tom Lane
2013-12-29
Update grammar
Peter Eisentraut
2013-12-28
Fix whitespace
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-27
Fix whitespace
Peter Eisentraut
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-20
pg_prewarm, a contrib module for prewarming relationd data.
Robert Haas
2013-12-20
isolationtester: Ensure stderr is unbuffered, too
Alvaro Herrera
2013-12-19
Move pg_upgrade_support global variables to their own include file
Bruce Momjian
2013-12-19
Make stdout unbuffered
Alvaro Herrera
2013-12-19
Optimize updating a row that's locked by same xid
Alvaro Herrera
2013-12-19
Add tab completion for ALTER SYSTEM SET in psql.
Fujii Masao
2013-12-19
Upgrade to Autoconf 2.69
Peter Eisentraut
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
Add "SHIFT_JIS" as an accepted encoding name for locale checking.
Tatsuo Ishii
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
[next]