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
*
Fix escaping in generated recovery.conf file.
Heikki Linnakangas
2013-05-20
*
Clarify documentation of EXPLAIN (TIMING OFF) option.
Tom Lane
2013-05-19
*
Init crash recovery using the latest available TLI
Simon Riggs
2013-05-19
*
Emit msg correctly for timeline-crossing crash
Simon Riggs
2013-05-19
*
Remove single space on end of a line in xlog.c
Simon Riggs
2013-05-19
*
Remove unused regression test files.
Heikki Linnakangas
2013-05-18
*
Fix crash when trying to display a NOTIFY rule action.
Tom Lane
2013-05-16
*
Fix fd.c to preserve errno where needed.
Tom Lane
2013-05-16
*
Fix some uses of "the quick brown fox".
Tom Lane
2013-05-16
*
Allow CREATE FOREIGN TABLE to include SERIAL columns.
Tom Lane
2013-05-15
*
Fix handling of OID wraparound while in standalone mode.
Tom Lane
2013-05-13
*
Fix handling of strict non-set functions with NULLs in set-valued inputs.
Tom Lane
2013-05-12
*
Fix to_number() to correctly ignore thousands separator when it's '.'.
Tom Lane
2013-05-11
*
Guard against input_rows == 0 in estimate_num_groups().
Tom Lane
2013-05-10
*
Fix management of fn_extra caching during repeated GiST index scans.
Tom Lane
2013-05-09
*
Remove make_keywords
Peter Eisentraut
2013-05-09
*
Update collate.linux.utf8.out for ruleutils.c line-wrapping changes.
Tom Lane
2013-05-08
*
Better fix for permissions tests in excluded subqueries.
Tom Lane
2013-05-08
*
Fix walsender failure at promotion.
Heikki Linnakangas
2013-05-08
*
Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.
Heikki Linnakangas
2013-05-08
*
Stamp 9.3beta1.
REL9_3_BETA1
Tom Lane
2013-05-06
*
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
*
Back out some recent translation updates.
Tom Lane
2013-05-06
*
Disallow unlogged materialized views.
Tom Lane
2013-05-06
*
Execute SET TRANSACTION SNAPSHOT during pg_dump
Simon Riggs
2013-05-06
*
Revert idea of zer-padding padding session id in log_line_prefix
Bruce Momjian
2013-05-06
*
Translation updates
Peter Eisentraut
2013-05-05
*
Improve behavior of \watch with non-tuple-returning commands.
Tom Lane
2013-05-04
*
Prevent (auto)vacuum from truncating first page of populated matview.
Kevin Grittner
2013-05-02
*
Use correct length to convert json unicode escapes.
Andrew Dunstan
2013-05-01
*
Fix permission tests for views/tables proven empty by constraint exclusion.
Tom Lane
2013-05-01
*
Add regression test for bug fixed by recent refactoring.
Kevin Grittner
2013-04-30
*
Bump PG_CONTROL_VERSION to 937
Simon Riggs
2013-04-30
*
Record data_checksum_version in control file.
Simon Riggs
2013-04-30
*
Ensure we MarkBufferDirty before visibilitymap_set()
Simon Riggs
2013-04-30
*
Compiler optimizations for page checksum code.
Simon Riggs
2013-04-30
*
Revert "pg_ctl: Add idempotent option"
Peter Eisentraut
2013-04-29
*
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-29
*
Ensure ANALYZE phase is not skipped because of canceled truncate.
Kevin Grittner
2013-04-29
*
Attempt to fix error recovery in COPY BOTH mode.
Robert Haas
2013-04-29
*
Introduce new page checksum algorithm and module.
Simon Riggs
2013-04-29
*
Editorialize a bit on new ProcessUtility() API.
Tom Lane
2013-04-28
*
Fix unsafe event-trigger coding in ProcessUtility().
Tom Lane
2013-04-27
*
pg_dump: Improve message formatting
Peter Eisentraut
2013-04-27
*
Incidental cleanup of matviews code.
Tom Lane
2013-04-27
*
Improve message about failed transaction log archiving
Peter Eisentraut
2013-04-26
*
Fix collation assignment for aggregates with ORDER BY.
Tom Lane
2013-04-26
*
Ensure that user created rows in extension tables get dumped if the table is ...
Joe Conway
2013-04-26
*
libpq: Fix a few bits that didn't get the memo about COPY BOTH.
Robert Haas
2013-04-26
*
Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands.
Tom Lane
2013-04-25
[next]