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
2013-06-06
Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.
Tom Lane
2013-06-06
Update SQL features list
Peter Eisentraut
2013-06-05
Put analyze_keyword back in explain_option_name production.
Tom Lane
2013-06-04
Provide better message when CREATE EXTENSION can't find a target schema.
Tom Lane
2013-06-04
Fix memory leak in LogStandbySnapshot().
Tom Lane
2013-06-03
Put back allow_system_table_mods check in heap_create().
Heikki Linnakangas
2013-06-03
Additional spelling corrections
Stephen Frost
2013-06-03
Code review of recycling WAL segments in a restartpoint.
Heikki Linnakangas
2013-06-03
Allow type_func_name_keywords in some places where they weren't before.
Tom Lane
2013-06-01
Minor spelling fixes
Stephen Frost
2013-06-01
Post-pgindent cleanup
Stephen Frost
2013-06-01
Don't emit non-canonical empty arrays in array_remove().
Noah Misch
2013-05-31
Remove whitespace from end of lines
Peter Eisentraut
2013-05-31
Minor spell checking
Peter Eisentraut
2013-05-30
postgresql.conf.sample: Improve whitespace
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-23
Print line number correctly in COPY.
Heikki Linnakangas
2013-05-21
After fast promotion use CHECKPOINT_FORCE
Simon Riggs
2013-05-21
Maintain ThisTimeLineID correctly in checkpointer
Simon Riggs
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-16
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-15
Allow CREATE FOREIGN TABLE to include SERIAL columns.
Tom Lane
2013-05-13
Fix handling of OID wraparound while in standalone mode.
Tom Lane
2013-05-12
Fix handling of strict non-set functions with NULLs in set-valued inputs.
Tom Lane
2013-05-11
Fix to_number() to correctly ignore thousands separator when it's '.'.
Tom Lane
2013-05-10
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-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-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
Revert idea of zer-padding padding session id in log_line_prefix
Bruce Momjian
2013-05-06
Translation updates
Peter Eisentraut
2013-05-02
Prevent (auto)vacuum from truncating first page of populated matview.
Kevin Grittner
2013-05-01
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-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-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
Introduce new page checksum algorithm and module.
Simon Riggs
2013-04-28
Editorialize a bit on new ProcessUtility() API.
Tom Lane
2013-04-28
Fix unsafe event-trigger coding in ProcessUtility().
Tom Lane
[next]