2013-08-21 |
Tom Lane | Disable -faggressive-loop-optimizations in gcc 4.8... |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Tom Lane | Make sure float4in/float8in accept all standard spellin... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Alvaro Herrera | Fix old visibility bug in HeapTupleSatisfiesDirty |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Tom Lane | Fix regexp_matches() handling of zero-length matches. |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Tom Lane | Fix contrib/cube and contrib/seg to build with bison... |
commit | commitdiff | tree | snapshot |
2013-07-24 |
Tom Lane | Fix booltestsel() for case where we have NULL stats... |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Alvaro Herrera | Check for NULL result from strdup |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Tom Lane | Change post-rewriter representation of dropped columns... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Robert Haas | doc: Fix typos in conversion names. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Michael Meskes | Initialize day of year value. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Tom Lane | Fix regex match failures for backrefs combined with... |
commit | commitdiff | tree | snapshot |
2013-07-14 |
Stephen Frost | Ensure 64bit arithmetic when calculating tapeSpace |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Michael Meskes | Also escape double quotes for ECPG's #line statement. |
commit | commitdiff | tree | snapshot |
2013-07-05 |
Michael Meskes | Applied patch by MauMau <maumau307@gmail.com> to escape... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Alvaro Herrera | Mention extra_float_digits in floating point docs |
commit | commitdiff | tree | snapshot |
2013-06-27 |
Tom Lane | Mark index-constraint comments with correct dependency... |
commit | commitdiff | tree | snapshot |
2013-06-27 |
Tom Lane | Expect EWOULDBLOCK from a non-blocking connect() call... |
commit | commitdiff | tree | snapshot |
2013-06-27 |
Tom Lane | Tweak wording in sequence-function docs to avoid PDF... |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Noah Misch | Document effect of constant folding on CASE. |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Peter Eisentraut | Update CREATE FUNCTION documentation about argument... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Tom Lane | Only install a portal's ResourceOwner if it actually... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Robert Haas | Improve description of loread/lowrite. |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Tatsuo Ishii | Add description that loread()/lowrite() are correspondi... |
commit | commitdiff | tree | snapshot |
2013-06-09 |
Tom Lane | Remove unnecessary restrictions about RowExprs in trans... |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Andrew Dunstan | Don't downcase non-ascii identifier chars in multi... |
commit | commitdiff | tree | snapshot |
2013-06-07 |
Kevin Grittner | Correct the documentation of pg_rewrite.ev_attr. |
commit | commitdiff | tree | snapshot |
2013-06-07 |
Tom Lane | Minor docs wordsmithing. |
commit | commitdiff | tree | snapshot |
2013-06-06 |
Tom Lane | Prevent pushing down WHERE clauses into unsafe UNION... |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Tom Lane | Fix fd.c to preserve errno where needed. |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Tom Lane | Fix handling of OID wraparound while in standalone... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Tom Lane | Guard against input_rows == 0 in estimate_num_groups(). |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Tom Lane | Fix pgp_pub_decrypt() so it works for secret keys with... |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Bruce Momjian | docs: log_line_prefix session id fix |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Bruce Momjian | doc: fix log_line_prefix session_id %c item |
commit | commitdiff | tree | snapshot |
2013-04-25 |
Tom Lane | Avoid deadlock between concurrent CREATE INDEX CONCURRE... |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Tom Lane | Fix longstanding race condition in plancache.c. |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Peter Eisentraut | doc: Remove excessive table cell |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Peter Eisentraut | doc: Fix number of columns in table |
commit | commitdiff | tree | snapshot |
2013-04-04 |
Heikki Linnakangas | Fix crash on compiling a regular expression with more... |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Tom Lane | Stamp 8.4.17. REL8_4_17 |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Tom Lane | Update release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17. |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Alvaro Herrera | Translation updates |
commit | commitdiff | tree | snapshot |
2013-03-29 |
Tom Lane | Document encode(bytea, 'escape')'s behavior correctly. |
commit | commitdiff | tree | snapshot |
2013-03-28 |
Tom Lane | Update time zone data files to tzdata release 2013b. |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Tom Lane | Reset OpenSSL randomness state in each postmaster child... |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Tom Lane | Ignore invalid indexes in pg_dump. |
commit | commitdiff | tree | snapshot |
2013-03-23 |
Tom Lane | Update time zone abbreviation lists for changes missed... |
commit | commitdiff | tree | snapshot |
2013-03-23 |
Tom Lane | Don't put <indexterm> before <term> in <varlistentry... |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Tom Lane | Improve documentation of EXTRACT(WEEK). |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Tom Lane | Fix infinite-loop risk in fixempties() stage of regex... |
commit | commitdiff | tree | snapshot |
2013-03-05 |
Tom Lane | Fix to_char() to use ASCII-only case-folding rules... |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Tom Lane | Fix overflow check in tm2timestamp (this time for sure). |
commit | commitdiff | tree | snapshot |
2013-03-03 |
Peter Eisentraut | doc: Awkward phrasing fix |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Tom Lane | Eliminate memory leaks in plperl's spi_prepare() function. |
commit | commitdiff | tree | snapshot |
2013-02-27 |
Tom Lane | Add missing error check in regexp parser. |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Peter Eisentraut | doc: Fix markup typo |
commit | commitdiff | tree | snapshot |
2013-02-24 |
Peter Eisentraut | doc: Remove PostgreSQL version number from xml2 depreca... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Heikki Linnakangas | Fix pg_dumpall with database names containing = |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Heikki Linnakangas | Don't pass NULL to fprintf, if a bogus connection strin... |
commit | commitdiff | tree | snapshot |
2013-02-13 |
Tom Lane | Fix contrib/pg_trgm's similarity() function for trigram... |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Tom Lane | Further cleanup of gistsplit.c. |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Tom Lane | Remove useless picksplit-doesn't-support-secondary... |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Tom Lane | Document and clean up gistsplit.c. |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Tom Lane | Fix gist_box_same and gist_point_consistent to handle... |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Tom Lane | Make contrib/btree_gist's GiST penalty function a bit... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Tom Lane | Fix erroneous range-union logic for varlena types in... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Tom Lane | Repair bugs in GiST page splitting code for multi-colum... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Tom Lane | Fix possible failure to send final transaction counts... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Tom Lane | Stamp 8.4.16. REL8_4_16 |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Tom Lane | Prevent execution of enum_recv() from SQL. |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Tom Lane | Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Alvaro Herrera | Fix typo in freeze_table_age implementation |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Magnus Hagander | Properly zero-pad the day-of-year part of the win32... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Tom Lane | Fix grammar for subscripting or field selection from... |
commit | commitdiff | tree | snapshot |
2013-01-28 |
Alvaro Herrera | DROP OWNED: don't try to drop tablespaces/databases |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Michael Meskes | Made ecpglib use translated messages. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Andrew Dunstan | Use correct output device for Windows prompts. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Tom Lane | Fix one-byte buffer overrun in PQprintTuples(). |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Peter Eisentraut | doc: Fix syntax of a URL |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Andrew Dunstan | Make pgxs build executables with the right suffix. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Tom Lane | Protect against SnapshotNow race conditions in pg_table... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Heikki Linnakangas | On second thought, use an empty string instead of ... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Heikki Linnakangas | Don't pass NULL to fprintf, if not currently connected... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Tom Lane | Reject out-of-range dates in to_date(). |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Tom Lane | Add new timezone abbrevation "FET". |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Magnus Hagander | Properly install ecpg_compat and pgtypes libraries... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Bruce Momjian | Update copyrights for 2013 |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Tom Lane | Prevent failure when RowExpr or XmlExpr is parse-analyz... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Tom Lane | Ignore libedit/libreadline while probing for standard... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Tom Lane | Add defenses against integer overflow in dynahash numbu... |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Heikki Linnakangas | Update minimum recovery point on truncation. |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Peter Eisentraut | Update ISO 3166 link |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Tom Lane | Stamp 8.4.15. REL8_4_15 |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Tom Lane | Update release notes for 9.2.2, 9.1.7, 9.0.11, 8.4... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Simon Riggs | Avoid holding vmbuffer pin after VACUUM. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Tom Lane | Fix documentation of path(polygon) function. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Tom Lane | Update time zone data files to tzdata release 2012j. |
commit | commitdiff | tree | snapshot |
next |