2012-06-05 |
Tom Lane | Fix bogus handling of control characters in json_lex_st... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Tom Lane | Fix some more bugs in contrib/xml2's xslt_process(). |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Tom Lane | Fix memory leaks in failure paths in buildACLCommands... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Bruce Momjian | In pg_upgrade, report pre-PG 8.1 plpython helper functi... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Riggs | Avoid early reuse of btree pages, causing incorrect... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Riggs | Improve description of pg_stat_statements normalisation... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Riggs | Clarify description of covering indexes in release... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Riggs | Copy editing of release notes for couple of my items. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Riggs | After any checkpoint, close all smgr files handles... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Riggs | Checkpointer starts before bgwriter to avoid missing... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Simon Riggs | Provide interim statistics while in mid-checkpoint. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Lane | Stamp 9.2beta2. REL9_2_BETA2 |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Lane | Update release notes for 9.1.4, 9.0.8, 8.4.12, 8.3.19. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Lane | Improve comment for GetStableLatestTransactionId(). |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Simon Riggs | Only throw recovery conflicts when InHotStandby. Bug... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Lane | Update time zone data files to tzdata release 2012c. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Lane | Force PL and range-type support functions to be owned... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Lane | Ignore SECURITY DEFINER and SET attributes for a PL... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Tom Lane | Expand the allowed range of timezone offsets to +/... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Robert Haas | Fix two more bugs in fast-path relation locking. |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Tom Lane | Fix incorrect password transformation in contrib/pgcryp... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Heikki Linnakangas | Change the way parent pages are tracked during buffered... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Heikki Linnakangas | Delete the temporary file used in buffered GiST build... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Tom Lane | Rewrite --section option to decouple it from --schema... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Heikki Linnakangas | Fix integer overflow bug in GiST buffering build calcul... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Tom Lane | Teach AbortOutOfAnyTransaction to clean up partially... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Tom Lane | Eliminate some more O(N^2) behaviors in pg_dump/pg_restore. |
commit | commitdiff | tree | snapshot |
2012-05-28 |
Peter Eisentraut | libpq: URI parsing fixes |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Peter Eisentraut | Update SQL features list |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Peter Eisentraut | psql: Remove notice about readline from --version output |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Peter Eisentraut | Suppress -Wunused-result warning about write() |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Peter Eisentraut | PL/Perl: Avoid compiler warning from clang |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Bruce Momjian | Improve pg_upgrade C comment. |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Bruce Momjian | Add C comment explaining why we can't exclude checking... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Bruce Momjian | Add pg_update C comment about problems with plpython_ca... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Magnus Hagander | Make pg_recievexlog by default loop on connection failures |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Magnus Hagander | Fix handling of pg_stat_statements.stat temporary file |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Tom Lane | Prevent synchronized scanning when systable_beginscan... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Tom Lane | Fix string truncation to be multibyte-aware in text_nam... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Tom Lane | Use binary search instead of brute-force scan in findNa... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Bruce Momjian | Have pg_upgrade only use one extra log file for Win32... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Magnus Hagander | Fix base backup streaming xlog from standby |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Bruce Momjian | On Windows, have pg_upgrade use different two files... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Bruce Momjian | Clarify 9.2 release notes items about pg_stat_statement... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Bruce Momjian | Change pg_stat_statements order of release note items... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Bruce Momjian | Remove PL/Perl null array 9.2 release note item, per... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Tom Lane | Fix array overrun in regex code. |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Peter Eisentraut | Update SQL key word list to SQL:2011 |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Bruce Momjian | Adjust pg_upgrade to output a separate log file for... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Magnus Hagander | Add missing PQfinish() calls |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Peter Eisentraut | pg_standby: Remove tabs from string literals |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Bruce Momjian | Mention Peter Geoghegan as primary author of pg_stat_st... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Bruce Momjian | Improve wording of 9.2 clog release note item. |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Bruce Momjian | Add 9.2 release note authorship mentions for Heikki... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Tom Lane | Ensure that seqscans check for interrupts at least... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Peter Eisentraut | Add small example about pg_archivecleanup -x option |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Bruce Momjian | Fix markup for HISTORY generation. |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Bruce Momjian | Fix reindexdb manual page to say --maintenance-db contr... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Bruce Momjian | 9.2 release notes: GiST index improvements are for... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Bruce Momjian | Remove reviewers from 9.2 release notes; improve attri... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Robert Haas | Fix error message for COMMENT/SECURITY LABEL ON COLUMN... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Robert Haas | Release note improvements. |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Robert Haas | Prevent pg_basebackup when integer_datetimes flag doesn... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Robert Haas | Repair out-of-date information in src/backend/storage... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Tom Lane | Move postmaster's RemovePgTempFiles call to a less... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Tom Lane | Update woefully-obsolete comment. |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Peter Eisentraut | pg_ctl: Sort signal list in --help output |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Peter Eisentraut | libpq: Add missing file to GETTEXT_FILES list |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Tom Lane | Adjust documentation of ALTER TABLE CLUSTER ON for... |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Tom Lane | Document that we deviate from ISO 8601 by not using... |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Peter Eisentraut | Fix incorrect logic in JSON number lexer |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Peter Eisentraut | Some reference page improvements |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Peter Eisentraut | Small cleanups of contrib --help output |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Peter Eisentraut | Put back word that was mysteriously lost in man page... |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Michael Meskes | Reworded sentence as suggested by Stephen Frost. |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Peter Eisentraut | Realign some --help output to have better spacing betwe... |
commit | commitdiff | tree | snapshot |
2012-05-18 |
Heikki Linnakangas | Fix bug in gistRelocateBuildBuffersOnSplit(). |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Peter Eisentraut | file_fdw: Improve error message |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Peter Eisentraut | Update key words table for 9.2 |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Peter Eisentraut | Update SQL features/conformance information to SQL... |
commit | commitdiff | tree | snapshot |
2012-05-16 |
Peter Eisentraut | Change COLLATION keyword category |
commit | commitdiff | tree | snapshot |
2012-05-16 |
Tom Lane | Improve error message for ALTER COLUMN TYPE coercion... |
commit | commitdiff | tree | snapshot |
2012-05-16 |
Heikki Linnakangas | Fix bug in freespace calculation in heap_multi_insert(). |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Peter Eisentraut | Fix a whitespace issue with the man pages |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Peter Eisentraut | Remove whitespace from end of lines |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Peter Eisentraut | Make xrefs to tables instead of assuming they appear... |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Peter Eisentraut | Remove stray nbsp character |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Heikki Linnakangas | Fix bug in to_tsquery(). |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Tom Lane | In pgstat.c, use a timeout in WaitLatchOrSocket only... |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Tom Lane | Revert "Add some temporary instrumentation to pgstat.c." |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Tom Lane | Put back AC_REQUIRE([AC_STRUCT_TM]). |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Tom Lane | Assert that WaitLatchOrSocket callers cannot wait only... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Peter Eisentraut | Remove unused AC_DEFINE symbols |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Tom Lane | For testing purposes, reinsert a timeout in pgstat... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Tom Lane | Force pgwin32_recv into nonblock mode when called from... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Heikki Linnakangas | Remove unnecessary pg_verifymbstr() calls from tsvector... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Heikki Linnakangas | Update comments that became out-of-date with the PGXACT... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Peter Eisentraut | Remove leftovers of BeOS port |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Peter Eisentraut | Small punctuation editing of postgresql.conf.sample |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Peter Eisentraut | pg_ctl: Improve --help output |
commit | commitdiff | tree | snapshot |
next |