summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-10Make plperl safe against functions that are redefined while running.Tom Lane
2012-09-09Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug.Tom Lane
2012-09-08Adjust PL/Python regression tests some more for Python 3.3.Tom Lane
2012-09-07Centralize libpq's low-level code for dropping a connection.Tom Lane
2012-09-06Update syntax shown for \copy to match new syntax for COPY.Robert Haas
2012-09-06Fix "too many arguments" messages not to index off the end of argv[].Robert Haas
2012-09-06Allow embedded spaces without quoting in unix_socket_directories entries.Tom Lane
2012-09-06Fix typo in information_schema documentation.Tom Lane
2012-09-06In pg_upgrade, try a few times to open a log file.Andrew Dunstan
2012-09-06pgbench: Show better progress when loading tuplesPeter Eisentraut
2012-09-06Fix WAL file replacement during cascading replication on Windows.Heikki Linnakangas
2012-09-06Fix inappropriate error messages for Hot Standby misconfiguration errors.Tom Lane
2012-09-06Make one last copy-editing pass over the 9.2 release notes.Tom Lane
2012-09-05Fix pg_upgrade test script's line end handling on Windows.Andrew Dunstan
2012-09-05Fix line end mishandling in pg_upgrade on Windows.Andrew Dunstan
2012-09-05Restore SIGFPE handler after initializing PL/Perl.Tom Lane
2012-09-05Silence -Wunused-result warning in contrib/pg_upgrade.Tom Lane
2012-09-05sepgsql cleanups.Robert Haas
2012-09-05Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane
2012-09-05Trim spgist_private.h inclusionAlvaro Herrera
2012-09-05Fix compiler warnings about unused variables, caused by my previous commit.Heikki Linnakangas
2012-09-05In pg_upgrade, document why we can't issue \n\n in the command logfileBruce Momjian
2012-09-05Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas
2012-09-05Fix serializable mode with index-only scans.Kevin Grittner
2012-09-05Allow isolation tests to specify multiple setup blocks.Kevin Grittner
2012-09-04Remove src/tool/backend, now that the content is on the web site and wiki.Bruce Momjian
2012-09-04Fix transcription error.Andrew Dunstan
2012-09-04Document that pg_upgrade requires PGHOST be set for any pre-9.1 serversBruce Momjian
2012-09-04Change "restoring" to "processing" in message from pg_dumpMagnus Hagander
2012-09-04Mention basebackup-from-slave next to cascading replicationMagnus Hagander
2012-09-04Fix command echoing in pg_upgade's analyze script for Windows.Andrew Dunstan
2012-09-04Remove some useless trailing whitespaceMagnus Hagander
2012-09-04Indent fix_path_separator() header properly.Andrew Dunstan
2012-09-04Fix to_date() and to_timestamp() to allow specification of the day ofBruce Momjian
2012-09-04Allow pg_upgrade "make check" to run on Windows/MSys.Andrew Dunstan
2012-09-04In pg_upgrade, pull the port number from postmaster.pid, like we do forBruce Momjian
2012-09-03Use correct path separator for Windows builtin commands.Andrew Dunstan
2012-09-03Replace memcpy() calls in xlog.c critical sections with struct assignments.Tom Lane
2012-09-03Fix bugs in exec.c that prevented pg_upgrade working in Windows.Andrew Dunstan
2012-09-03Fix pg_upgrade to cope with non-default unix_socket_directory scenarios.Tom Lane
2012-09-03Make psql's \d+ show reloptions for all relkinds.Tom Lane
2012-09-02Update URLs that pointed to sun.com; either repoint them or removeBruce Momjian
2012-09-02Add small doc mention that libpq is named after POSTQUEL.Bruce Momjian
2012-09-01Drop cheap-startup-cost paths during add_path() if we don't need them.Tom Lane
2012-09-01Fix mark_placeholder_maybe_needed to handle LATERAL references.Tom Lane
2012-09-01Revert doc patch 305557984dd964ac397c6752e9d0f14646b60f15 as the valuesBruce Momjian
2012-09-01Fix broken link in installation.sgml.Tom Lane
2012-09-01Cross-link to doc build requirements from install requirements.Robert Haas
2012-09-01More documentation updates for LATERAL.Tom Lane
2012-09-01psql: Reduce compatibility warningPeter Eisentraut