2012-02-23 |
Tom Lane | Convert newlines to spaces in names written in pg_dump... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Tom Lane | Remove arbitrary limitation on length of common name... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Tom Lane | Require execute permission on the trigger function... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Tom Lane | Allow MinGW builds to use standardly-named OpenSSL... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Peter Eisentraut | Remove inappropriate quotes |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Peter Eisentraut | Fix build without OpenSSL |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Robert Haas | Don't install hstore--1.0.sql any more. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Robert Haas | Make EXPLAIN (BUFFERS) track blocks dirtied, as well... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Bruce Momjian | Improve wording of pg_upgrade logfile option: |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Tom Lane | Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Peter Eisentraut | Add parameters for controlling locations of server... |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Alvaro Herrera | REASSIGN OWNED: Support foreign data wrappers and servers |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Tom Lane | Don't clear btpo_cycleid during _bt_vacuum_one_page. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Tom Lane | Cosmetic cleanup for commit a760893dbda9934e287789d54bb... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Magnus Hagander | Avoid double close of file handle in syslogger on win32 |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Andrew Dunstan | Fix typo, noticed by Will Crawford. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Peter Eisentraut | pg_regress: Add application name setting |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Tom Lane | Don't reject threaded Python on FreeBSD. |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Andrew Dunstan | Fix a couple of cases of JSON output. |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Tom Lane | Fix regex back-references that are directly quantified... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Tom Lane | Add caching of ctype.h/wctype.h results in regc_locale.c. |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Tom Lane | Create the beginnings of internals documentation for... |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Andrew Dunstan | Improve pretty printing of viewdefs. |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Michael Meskes | In ecpglib rewrote code that used strtok_r to not use... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Tom Lane | Update expected/collate.linux.utf8.out for recent plpgs... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Michael Meskes | gcc on Windows does not know about strtok_s. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Michael Meskes | Windows doesn't have strtok_r, so let's use strtok_s... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Michael Meskes | Make sure all connection paramters are used in call... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Tom Lane | Sync regex code with Tcl 8.5.11. |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Tom Lane | Fix longstanding error in contrib/intarray's int[]... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Tom Lane | Improve statistics estimation to make some use of DISTI... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Robert Haas | pg_dump: Miscellaneous tightening based on recent refac... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Robert Haas | pg_dump: Remove global connection pointer. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Robert Haas | Refactor pg_dump.c to avoid duplicating returns-one... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Robert Haas | Invent on_exit_nicely for pg_dump. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Tom Lane | Run a portal's cleanup hook immediately when pushing... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Robert Haas | Fix VPATH builds, broken by my recent commit to speed... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Bruce Momjian | Have pg_upgrade output 'link' or 'copy' when reporting... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Robert Haas | sepgsql: Move some code from hooks.c to label.c |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Robert Haas | Speed up in-memory tuplesorting. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Robert Haas | More regression tests for LEAKPROOF/NOT LEAKPROOF stuff. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Robert Haas | Make CREATE/ALTER FUNCTION support NOT LEAKPROOF. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Robert Haas | sepgsql: Reword and fix typo in docs on DML permissions. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Bruce Momjian | Fix pg_test_fsync Win32 problems reported by the build... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Bruce Momjian | Try to get pg_test_thread to compile on Windows by... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Bruce Momjian | Improve fsync documentation by stating that -W _0_... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Tom Lane | Preserve column names in the execution-time tupledesc... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Bruce Momjian | Document random page cost is only 4x seqeuntial, and... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Bruce Momjian | Document that the pg_test_fsync defaults allow the... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Bruce Momjian | Change contrib/pg_test_fsync to control tests in terms... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Robert Haas | Remove new, intermittently failing regression test. |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Robert Haas | Fix new create_function_3 regression tests not to rely... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Robert Haas | Allow LEAKPROOF functions for better performance of... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Bruce Momjian | Improve labeling of pg_test_fsync open_sync test output. |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Michael Meskes | Do not use the variable name when defining a varchar... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Andrew Dunstan | Fix auto-explain JSON output to be valid JSON. |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Heikki Linnakangas | Fix heap_multi_insert to set t_self field in the caller... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Heikki Linnakangas | Silence warning about deprecated assignment to $[ in... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Tom Lane | Fix I/O-conversion-related memory leaks in plpgsql. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Tom Lane | Fix oversight in pg_dump's handling of extension config... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Tom Lane | Fix brain fade in previous pg_dump patch. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Tom Lane | Fix pg_dump for better handling of inherited columns. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Tom Lane | Add ORDER BY to a query to prevent occasional regressio... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Peter Eisentraut | psql: Support zero byte field and record separators |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Robert Haas | Attempt to fix MSVC builds and other fls-related breakage. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Robert Haas | Add a comment to AdjustIntervalForTypmod to reduce... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Robert Haas | Improve interval_transform function to detect a few... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Magnus Hagander | Have pg_receivexlog always send an invalid log position... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Heikki Linnakangas | Add new keywords SNAPSHOT and TYPES to the keyword... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Tom Lane | Throw error sooner for unlogged GiST indexes. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Tom Lane | Fix up dumping conditions for extension configuration... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Tom Lane | Check misplaced window functions before checking aggreg... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Tom Lane | Support min/max index optimizations on boolean columns. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Tom Lane | Mark some more I/O-conversion-invoking functions as... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Robert Haas | Add transform functions for various temporal typmod... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Heikki Linnakangas | Rename LWLockWaitUntilFree to LWLockAcquireOrWait. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Robert Haas | Fix typos pointed out by Noah Misch. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Bruce Momjian | Add opensp as a requirement for building the docs on... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Peter Eisentraut | pg_dump: Add some const qualifiers |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Peter Eisentraut | pg_regress: Use target-specific variable instead of... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Robert Haas | Support fls(). |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Robert Haas | Add a transform function for varbit typmod coercisions. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Robert Haas | Add a transform function for numeric typmod coercisions. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Robert Haas | Add TIMING option to EXPLAIN, to allow eliminating... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Robert Haas | pg_dump: Further reduce reliance on global variables. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Peter Eisentraut | createuser: Disable prompting by default |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Heikki Linnakangas | When building with LWLOCK_STATS, initialize the stats... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Tom Lane | Fix postmaster to attempt restart after a hot-standby... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Michael Meskes | Allow the connection keyword array to carry all seven... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Tom Lane | Avoid throwing ERROR during WAL replay of DROP TABLESPACE. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Robert Haas | pg_dump: Remove global Archive pointer. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Robert Haas | pg_dump: Reduce dependencies on global variables. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Tom Lane | Add locking around WAL-replay modification of shared... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Robert Haas | Remove dead declaration. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Alvaro Herrera | fe-misc.c depends on pg_config_paths.h |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Tom Lane | Fix transient clobbering of shared buffers during WAL... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Tom Lane | Improve comment. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Tom Lane | Add missing Assert and fix inaccurate elog message... |
commit | commitdiff | tree | snapshot |
next |