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
Age
Commit message (
Expand
)
Author
2013-10-08
Stamp 8.4.18.
REL8_4_18
Peter Eisentraut
2013-10-08
docs: update release notes for 8.4.18, 9.0.14, 9.1.10, 9.2.5, 9.3.1
Bruce Momjian
2013-10-07
Translation updates
Peter Eisentraut
2013-10-03
doc: Correct psycopg URL
Peter Eisentraut
2013-09-30
Fix snapshot leak if lo_open called on non-existent object.
Heikki Linnakangas
2013-09-26
Fix spurious warning after vacuuming a page on a table with no indexes.
Heikki Linnakangas
2013-09-24
Fix pgindent comment breakage
Alvaro Herrera
2013-09-23
Fix SSL deadlock risk in libpq
Stephen Frost
2013-09-12
Ignore interrupts during quickdie().
Noah Misch
2013-09-08
Return error if allocation of new element was not possible.
Michael Meskes
2013-09-03
Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.
Tom Lane
2013-09-02
Update time zone data files to tzdata release 2013d.
Tom Lane
2013-09-02
Fix relfrozenxid query in docs to include TOAST tables.
Andrew Dunstan
2013-08-23
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-21
Disable -faggressive-loop-optimizations in gcc 4.8+ for pre-9.2 branches.
Tom Lane
2013-08-03
Make sure float4in/float8in accept all standard spellings of "infinity".
Tom Lane
2013-08-02
Fix old visibility bug in HeapTupleSatisfiesDirty
Alvaro Herrera
2013-07-31
Fix regexp_matches() handling of zero-length matches.
Tom Lane
2013-07-29
Fix contrib/cube and contrib/seg to build with bison 3.0.
Tom Lane
2013-07-24
Fix booltestsel() for case where we have NULL stats but not MCV stats.
Tom Lane
2013-07-23
Check for NULL result from strdup
Alvaro Herrera
2013-07-23
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-07-19
doc: Fix typos in conversion names.
Robert Haas
2013-07-19
Initialize day of year value.
Michael Meskes
2013-07-19
Fix regex match failures for backrefs combined with non-greedy quantifiers.
Tom Lane
2013-07-14
Ensure 64bit arithmetic when calculating tapeSpace
Stephen Frost
2013-07-06
Also escape double quotes for ECPG's #line statement.
Michael Meskes
2013-07-05
Applied patch by MauMau <maumau307@gmail.com> to escape filenames in #line st...
Michael Meskes
2013-07-02
Mention extra_float_digits in floating point docs
Alvaro Herrera
2013-06-27
Mark index-constraint comments with correct dependency in pg_dump.
Tom Lane
2013-06-27
Expect EWOULDBLOCK from a non-blocking connect() call only on Windows.
Tom Lane
2013-06-27
Tweak wording in sequence-function docs to avoid PDF build failures.
Tom Lane
2013-06-26
Document effect of constant folding on CASE.
Noah Misch
2013-06-20
Update CREATE FUNCTION documentation about argument names
Peter Eisentraut
2013-06-13
Only install a portal's ResourceOwner if it actually has one.
Tom Lane
2013-06-12
Improve description of loread/lowrite.
Robert Haas
2013-06-11
Add description that loread()/lowrite() are corresponding to
Tatsuo Ishii
2013-06-09
Remove unnecessary restrictions about RowExprs in transformAExprIn().
Tom Lane
2013-06-08
Don't downcase non-ascii identifier chars in multi-byte encodings.
Andrew Dunstan
2013-06-07
Correct the documentation of pg_rewrite.ev_attr.
Kevin Grittner
2013-06-07
Minor docs wordsmithing.
Tom Lane
2013-06-06
Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.
Tom Lane
2013-05-16
Fix fd.c to preserve errno where needed.
Tom Lane
2013-05-13
Fix handling of OID wraparound while in standalone mode.
Tom Lane
2013-05-10
Guard against input_rows == 0 in estimate_num_groups().
Tom Lane
2013-05-10
Fix pgp_pub_decrypt() so it works for secret keys with passwords.
Tom Lane
2013-05-04
docs: log_line_prefix session id fix
Bruce Momjian
2013-05-04
doc: fix log_line_prefix session_id %c item
Bruce Momjian
2013-04-25
Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands.
Tom Lane
2013-04-20
Fix longstanding race condition in plancache.c.
Tom Lane
[next]