2012-09-24 |
Tom Lane | Prevent emitting "ALTER VIEW foo SET ()". |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Alvaro Herrera | RELEASE_NOTES: Fix typo |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Peter Eisentraut | Update translation updates instructions |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Tom Lane | Minor corrections for ALTER TYPE ADD VALUE IF NOT EXIST... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Andrew Dunstan | Fix docs typo |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Andrew Dunstan | Allow IF NOT EXISTS when add a new enum label. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Tom Lane | Improve ruleutils.c's heuristics for dealing with range... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Heikki Linnakangas | Parse pg_ident.conf when it's loaded, keeping it in... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Heikki Linnakangas | Fix obsolete comment. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Alvaro Herrera | Remove execdesc.h inclusion from tcopprot.h |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Tom Lane | Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4... |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Tom Lane | Put back AcceptInvalidationMessages calls in heap_openr... |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Tom Lane | Update time zone data files to tzdata release 2012f. |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Peter Eisentraut | pg_upgrade: Remove check for pg_config |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Tom Lane | Fix planning of btree index scans using ScalarArrayOpEx... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Tom Lane | Fix array_typanalyze to work for domains over arrays. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Peter Eisentraut | libpq: Add missing directory to installdirs target |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Tom Lane | Provide adequate documentation of the "table_name ... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Peter Eisentraut | PL/Python: Improve Python 3 regression test setup |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Tom Lane | Rethink heuristics for choosing index quals for paramet... |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Simon Riggs | Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as... |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Kevin Grittner | Fix documentation reference to maximum allowed for... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Tom Lane | Adjust largeobject_1.source per buildfarm. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Peter Eisentraut | psql: Add more constraint completion |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Tom Lane | Improve largeobject regression test to show size of... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Tom Lane | Add a regression test case based on bug #7516. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Robert Haas | Properly set relpersistence for fake relcache entries. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Tom Lane | Keep plperl's current_call_data record on the stack... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Tom Lane | Fix case of window function + aggregate + GROUP BY... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Kevin Grittner | Fix typo in comment for pclose_check() function. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Tom Lane | Fix a couple other leftover uses of 'conisonly' termino... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Andrew Dunstan | Fix catalog docs to reflect connoinherit change in... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Tom Lane | Fix logical errors in tsquery selectivity estimation... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Kevin Grittner | Fix typo: lexemes misspelled in full text search docs. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Andrew Dunstan | Add vcregress.pl target for checking pg_upgrade. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Tom Lane | Make plperl safe against functions that are redefined... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Tom Lane | Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Tom Lane | Adjust PL/Python regression tests some more for Python... |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Tom Lane | Centralize libpq's low-level code for dropping a connec... |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Robert Haas | Update syntax shown for \copy to match new syntax for... |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Robert Haas | Fix "too many arguments" messages not to index off... |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Tom Lane | Allow embedded spaces without quoting in unix_socket_di... |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Tom Lane | Fix typo in information_schema documentation. |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Andrew Dunstan | In pg_upgrade, try a few times to open a log file. |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Peter Eisentraut | pgbench: Show better progress when loading tuples |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Heikki Linnakangas | Fix WAL file replacement during cascading replication... |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Tom Lane | Fix inappropriate error messages for Hot Standby miscon... |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Tom Lane | Make one last copy-editing pass over the 9.2 release... |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Andrew Dunstan | Fix pg_upgrade test script's line end handling on Windows. |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Andrew Dunstan | Fix line end mishandling in pg_upgrade on Windows. |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Tom Lane | Restore SIGFPE handler after initializing PL/Perl. |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Tom Lane | Silence -Wunused-result warning in contrib/pg_upgrade. |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Robert Haas | sepgsql cleanups. |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Tom Lane | Fix PARAM_EXEC assignment mechanism to be safe in the... |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Alvaro Herrera | Trim spgist_private.h inclusion |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Heikki Linnakangas | Fix compiler warnings about unused variables, caused... |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Bruce Momjian | In pg_upgrade, document why we can't issue \n\n in... |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Heikki Linnakangas | Fix bugs in cascading replication with recovery_target_... |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Kevin Grittner | Fix serializable mode with index-only scans. |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Kevin Grittner | Allow isolation tests to specify multiple setup blocks. |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Bruce Momjian | Remove src/tool/backend, now that the content is on... |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Andrew Dunstan | Fix transcription error. |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Bruce Momjian | Document that pg_upgrade requires PGHOST be set for... |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Magnus Hagander | Change "restoring" to "processing" in message from... |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Magnus Hagander | Mention basebackup-from-slave next to cascading replication |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Andrew Dunstan | Fix command echoing in pg_upgade's analyze script for... |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Magnus Hagander | Remove some useless trailing whitespace |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Andrew Dunstan | Indent fix_path_separator() header properly. |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Bruce Momjian | Fix to_date() and to_timestamp() to allow specification... |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Andrew Dunstan | Allow pg_upgrade "make check" to run on Windows/MSys. |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Bruce Momjian | In pg_upgrade, pull the port number from postmaster... |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Andrew Dunstan | Use correct path separator for Windows builtin commands. |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Tom Lane | Replace memcpy() calls in xlog.c critical sections... |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Andrew Dunstan | Fix bugs in exec.c that prevented pg_upgrade working... |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Tom Lane | Fix pg_upgrade to cope with non-default unix_socket_dir... |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Tom Lane | Make psql's \d+ show reloptions for all relkinds. |
commit | commitdiff | tree | snapshot |
2012-09-02 |
Bruce Momjian | Update URLs that pointed to sun.com; either repoint... |
commit | commitdiff | tree | snapshot |
2012-09-02 |
Bruce Momjian | Add small doc mention that libpq is named after POSTQUEL. |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Tom Lane | Drop cheap-startup-cost paths during add_path() if... |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Tom Lane | Fix mark_placeholder_maybe_needed to handle LATERAL... |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Bruce Momjian | Revert doc patch 305557984dd964ac397c6752e9d0f14646b60f... |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Tom Lane | Fix broken link in installation.sgml. |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Robert Haas | Cross-link to doc build requirements from install requi... |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Tom Lane | More documentation updates for LATERAL. |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Peter Eisentraut | psql: Reduce compatibility warning |
commit | commitdiff | tree | snapshot |
2012-09-01 |
Andrew Dunstan | Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC... |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Tom Lane | Partially restore qual scope checks in distribute_qual_... |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Tom Lane | Fix LATERAL references to join alias variables. |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Bruce Momjian | In pg_upgade, document that the port numbers must be... |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Tom Lane | Make configure probe for mbstowcs_l as well as wcstombs_l. |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Heikki Linnakangas | Fix typos in README. |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Tom Lane | Improve coding of gistchoose and gistRelocateBuildBuffe... |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Bruce Momjian | Add Perl emacs formatting macros to src/tools/editors... |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Bruce Momjian | Clarify FreeBSD instructions in pg_test_timing. |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Bruce Momjian | Properly document that SIGTERM is OK for users to use... |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Bruce Momjian | Revert 1fbc30f1dca6624c01a9a6a9ff711a7036c68532 because the |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Bruce Momjian | Remove doc mention of --enable-shared, per Tom. |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Bruce Momjian | Document that max_locks_per_transaction might need... |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Alvaro Herrera | Split tuple struct defs from htup.h to htup_details.h |
commit | commitdiff | tree | snapshot |
2012-08-30 |
Bruce Momjian | Remove configure flag --disable-shared, as it is no... |
commit | commitdiff | tree | snapshot |
next |