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 |
2012-05-14 |
Tom Lane | Add some temporary instrumentation to pgstat.c. |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Tom Lane | Fix DROP TABLESPACE to unlink symlink when directory... |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Tom Lane | Re-revert stats collector latch changes. |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Tom Lane | Attempt to fix some issues in our Windows socket code. |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Tom Lane | Fix bogus declaration of local variable. |
commit | commitdiff | tree | snapshot |
2012-05-12 |
Tom Lane | Avoid unnecessary process wakeups in the log collector. |
commit | commitdiff | tree | snapshot |
2012-05-12 |
Peter Eisentraut | Remove unused AC_SUBST variables |
commit | commitdiff | tree | snapshot |
2012-05-12 |
Tom Lane | Fix WaitLatchOrSocket to handle EOF on socket correctly. |
commit | commitdiff | tree | snapshot |
2012-05-12 |
Bruce Momjian | Update group commit release note item. |
commit | commitdiff | tree | snapshot |
2012-05-12 |
Simon Riggs | Ensure backwards compatibility for GetStableLatestTrans... |
commit | commitdiff | tree | snapshot |
2012-05-12 |
Peter Eisentraut | Fix obsolescent C declaration syntax |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Tom Lane | Explain compatibility item about language names a bit... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Tom Lane | Update example of process titles shown by "ps". |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Tom Lane | Cosmetic adjustments for postmaster's handling of check... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Peter Eisentraut | PL/Python: Adjust the regression tests for Python 3.3 |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Tom Lane | Fix contrib/citext's upgrade script to handle array... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Robert Haas | Prevent loss of init fork when truncating an unlogged... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Simon Riggs | Remove extraneous #include "storage/proc.h" |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Simon Riggs | Ensure age() returns a stable value rather than the... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Heikki Linnakangas | On GiST page split, release the locks on child pages... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Tom Lane | Improve discussion of setting server parameters. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Bruce Momjian | Revert catalog bump; was post-beta1, and unnecessary. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Bruce Momjian | Update comment for 'name' data type to say 63 "bytes". |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Tom Lane | Stamp 9.2beta1. REL9_2_BETA1 |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Tom Lane | Tweak documentation wording to avoid "pdfendlink" failure. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Tom Lane | Temporarily revert stats collector latch changes so... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Bruce Momjian | Merge visibility map crash-safety into index-only scan... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Tom Lane | Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Peter Eisentraut | Properly capitalize the TimeZone parameter |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Bruce Momjian | Add comma after "Previously" as suggested by Josh Kuper... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Peter Eisentraut | PL/Python: Fix slicing support for result objects for... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Peter Eisentraut | PL/Python: Update incorrect comment |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Bruce Momjian | 9.2 release note updates from Peter Geoghegan |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Tom Lane | Fix Windows implementation of PGSemaphoreLock. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Tom Lane | Improve Windows implementation of WaitLatch/WaitLatchOr... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Bruce Momjian | New 9.2 SSL parameters are GUC, not libpq, per Magnus... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Bruce Momjian | Add 9.2 release note suggestions from Heikki, |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Peter Eisentraut | Python 2.2 is no longer supported |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Peter Eisentraut | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Bruce Momjian | 9.2 release note adjustments from Robert Haas. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Bruce Momjian | Another doc fix for HTML entities. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Bruce Momjian | Update entitiy escapes docs; must be Latin1. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Bruce Momjian | Remove URL that suggested numeric HTML entities. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Tom Lane | Remove unportable use of SGML character-code entity. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Bruce Momjian | Release notes adjustments from Erik Rijkers |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Bruce Momjian | Improve two 9.2 release note items. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Heikki Linnakangas | Fix a couple of typos in 9.2 release notes. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Heikki Linnakangas | Copy-editing 9.2 release notes. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Magnus Hagander | Only attempt to show collations on servers >= 9.1. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Heikki Linnakangas | Fix outdated comment. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Joe Conway | PL/pgSQL RETURN NEXT was leaking converted tuples,... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Tom Lane | Improve tests for postmaster death in auxiliary processes. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Bruce Momjian | Update 9.2 SSL release note links. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Tom Lane | Further tweaking of nomenclature in checkpointer.c. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Tom Lane | Improve control logic for bgwriter hibernation mode. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Bruce Momjian | Publish draft version of Postgres 9.2 release notes. |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Peter Eisentraut | Add make dependency so that postgres.bki is rebuilt... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Peter Eisentraut | Split contrib documentation into extensions and programs |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Peter Eisentraut | Update documentation to say that gmake check in contrib... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Simon Riggs | Rename BgWriterShmem/Request to CheckpointerShmem/Request |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Simon Riggs | Rename BgWriterCommLock to CheckpointerCommLock |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Simon Riggs | Avoid xid error from age() function when run on Hot... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Bruce Momjian | Add another URL for HTML entity codes. |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Tom Lane | Fix an issue in recent walwriter hibernation patch. |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Bruce Momjian | Document how to find non-ASCII characters in the releas... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Tom Lane | Reduce idle power consumption of stats collector process. |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Tom Lane | Reduce idle power consumption of walwriter and checkpoi... |
commit | commitdiff | tree | snapshot |
2012-05-08 |
Peter Eisentraut | Tweak contrib --help output to match common style |
commit | commitdiff | tree | snapshot |
2012-05-08 |
Peter Eisentraut | psql: Add variable to control keyword case in tab compl... |
commit | commitdiff | tree | snapshot |
2012-05-08 |
Peter Eisentraut | Update config.guess and config.sub |
commit | commitdiff | tree | snapshot |
2012-05-08 |
Peter Eisentraut | Fix dependency tracking for src/port/%_srv.o files |
commit | commitdiff | tree | snapshot |
2012-05-08 |
Peter Eisentraut | Fix misleading comments |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Peter Eisentraut | Remove strdup, strtol, strtoul from libpgport |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Peter Eisentraut | Fix pg_config.h make rule |
commit | commitdiff | tree | snapshot |
next |