2010-12-29 |
Robert Haas | Support unlogged tables. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Magnus Hagander | Add REPLICATION privilege for ROLEs |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Tom Lane | Avoid unexpected conversion overflow in planner for... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Tom Lane | Reclassify DEFAULT as a column_constraint item in the... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Peter Eisentraut | No release notes update, just advance the date REL9_1_ALPHA3 |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Tom Lane | Fix ill-advised placement of PGRES_COPY_BOTH enum value. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Bruce Momjian | Another fix for larger postmaster.pid files. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Magnus Hagander | Fix list of functions that are restricted to superusers |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Bruce Momjian | Fix code to properly pull out shared memory key now... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruce Momjian | Mark unaccent functions as STABLE, rather than defaulti... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruce Momjian | Update SGML docs describing the contents of the postmas... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Tom Lane | Remove -fno-operator-names switch from cpluspluscheck. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Tom Lane | Rename the C functions bitand(), bitor() to bit_and... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Tom Lane | Rearrange cpluspluscheck to check just one .h file... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Tom Lane | Fix failure of executor/hashjoin.h to compile standalone. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Tom Lane | Tweak cpluspluscheck to avoid directly #include'ing... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Tom Lane | Fix ill-chosen use of "private" as an argument and... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Alvaro Herrera | Break up long line, per Leslie S Satenstein. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Robert Haas | Corrections to patch adding SQL/MED error codes. |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Andrew Dunstan | Only build in crashdump support on Windows if there... |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Robert Haas | Add foreign data wrapper error code values for SQL... |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Robert Haas | Correct spelling: longjump() -> longjmp(). |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Peter Eisentraut | Fix grammar |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Andrew Dunstan | Allow vpath builds and regression tests to succeed... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruce Momjian | Remove quotes from boolean recovery.conf.sample paramet... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruce Momjian | Improve "pg_ctl -w start" server detection by writing... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Peter Eisentraut | Move the documentation of --no-security-label to a... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Peter Eisentraut | Release notes for 9.1alpha3 |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Robert Haas | Document pg_dump(all) --no-security-label instead of... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Michael Meskes | Added rule to ecpg lexer to accept "Unicode surrogate... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Heikki Linnakangas | Rewrite the GiST insertion logic so that we don't need... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Bruce Momjian | Document that BBU's do not allow partial page writes... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Robert Haas | Typo fix. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruce Momjian | Wording improvements for pg_ctl manual page. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Magnus Hagander | Add PQlibVersion() function to libpq |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Robert Haas | Use memcmp() rather than strncmp() when shorter string... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Robert Haas | Fix typos. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Robert Haas | Work around unfortunate getppid() behavior on BSD-ish... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Robert Haas | Allow transactions that don't write WAL to commit async... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Magnus Hagander | Remove thread dumping constant that requires newer... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Tom Lane | Fix up handling of simple-form CASE with constant test... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Tom Lane | Fix erroneous parsing of tsquery input "... & !(subexpr... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Magnus Hagander | Support for collecting crash dumps on Windows |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Bruce Momjian | Properly print the IP number and "localhost" for failed... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Magnus Hagander | Make GUC variables for syslog and SSL always visible |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Alvaro Herrera | set_ps_display when calling functions via fastpath |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Alvaro Herrera | Remove unnecessary definition for autovacuum in SignalS... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Robert Haas | Try to save a kernel call in ResolveRecoveryConflictWit... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Robert Haas | Reset 'ps' display just once when resolving VXID conflicts. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Robert Haas | Waiting for complete startup is now a well-defined... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Tom Lane | Improve comments around startup_hacks() code. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Tom Lane | Remove optreset from src/port/ implementations of getop... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Alvaro Herrera | Avoid clobbering errno, per comment from Tom. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Alvaro Herrera | Fix inconsequential FILE pointer leakage |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Alvaro Herrera | Add some minor missing error checks |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Alvaro Herrera | Simplify SignalSomeChildren(BACKEND_TYPE_ALL) to Signal... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Bruce Momjian | Fix crash caused by NULL lookup when reporting IP addre... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Tom Lane | Fix up getopt() reset management so it works on recent... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Tom Lane | Fix contrib/seg's GiST picksplit method. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Robert Haas | Some copy editing of pg_read_binary_file() patch. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Robert Haas | Document timestamptz a little better. |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Itagaki Takahiro | Add pg_read_binary_file() and whole-file-at-once versio... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Bruce Momjian | Use "upgrade" in preference over "migrate" in pg_upgrad... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Robert Haas | Instrument checkpoint sync calls. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Robert Haas | Improved tab completion for views with triggers. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Tom Lane | Update release notes for releases 9.0.2, 8.4.6, 8.3... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Robert Haas | Allow plugins to suppress inlining and hook function... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Peter Eisentraut | Remove recently reintroduced CVS keyword |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Robert Haas | Document replacement of pg_class.relistemp with relpers... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Tom Lane | Update time zone data files to tzdata release 2010o... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Robert Haas | Generalize concept of temporary relations to "relation... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Tom Lane | Reset all database-level stats in pgstat_recv_resetcoun... |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Tom Lane | Make S_IRGRP etc available in mingw builds as well... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Tom Lane | Clean up some copied-and-pasted code in pg_upgrade. |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Tom Lane | Provide a complete set of file-permission-bit macros... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Robert Haas | Allow bidirectional copy messages in streaming replicat... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Magnus Hagander | Add required new port files to MSVC builds. |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Robert Haas | Minor documentation cleanup. |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Tom Lane | Move a couple of initdb's subroutines into src/port/. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Tom Lane | Use symbolic names not octal constants for file permiss... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Tom Lane | Fix efficiency problems in tuplestore_trim(). |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Tom Lane | Eliminate O(N^2) behavior in parallel restore with... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Simon Riggs | Self review of previous patch. Fix assumption that... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Simon Riggs | Reduce spurious Hot Standby conflicts from never-visibl... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Tom Lane | Force default wal_sync_method to be fdatasync on Linux. |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Simon Riggs | Optimize commit_siblings in two ways to improve group... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Heikki Linnakangas | Fix bugs in the hot standby known-assigned-xids trackin... |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Tom Lane | Add a stack overflow check to copyObject(). |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Andrew Dunstan | Allow the low level COPY routines to read arbitrary... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Heikki Linnakangas | Fix two typos, by Fujii Masao. |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Peter Eisentraut | Put only single space after "Sort Method:", for consistency |
commit | commitdiff | tree | snapshot |
2010-12-05 |
Tom Lane | Reduce memory consumption inside inheritance_planner(). |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Tom Lane | Fix two small bugs in new gistget.c logic. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Eisentraut | Make output width consistent for all ways of invoking... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Tom Lane | Update comment to match later code changes. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Tom Lane | Add KNNGIST support to contrib/pg_trgm. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Tom Lane | Add external documentation for KNNGIST. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Tom Lane | Put back gistgettuple's check for backwards scan request. |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Tom Lane | KNNGIST, otherwise known as order-by-operator support... |
commit | commitdiff | tree | snapshot |
next |