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