index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Remove bogus -K option from pg_dump.
Heikki Linnakangas
2014-01-06
*
Cache catalog lookup data across groups in ordered-set aggregates.
Tom Lane
2014-01-05
*
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-04
*
Restore some comments lost during 15732b34e8c8
Alvaro Herrera
2014-01-03
*
Ooops, should use double not single quotes in StaticAssertStmt().
Tom Lane
2014-01-02
*
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
2014-01-01
*
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-30
*
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-26
*
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-23
*
Revise documentation for new freezing method.
Robert Haas
2013-12-23
*
Fix portability issue in ordered-set patch.
Tom Lane
2013-12-23
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
Change the way we mark tuples as frozen.
Robert Haas
2013-12-22
*
Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.
Fujii Masao
2013-12-21
*
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-20
*
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-18
*
Comment: COPY comment improvement
Bruce Momjian
2013-12-17
*
Rework tuple freezing protocol
Alvaro Herrera
2013-12-16
*
Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c
Heikki Linnakangas
2013-12-16
*
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-14
*
Fix typo
Alvaro Herrera
2013-12-13
*
Rework MultiXactId cache code
Alvaro Herrera
2013-12-13
[next]