summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-07Adjust nls.mk for split out of wait_error.cPeter Eisentraut
2013-03-06Fix missing #include in commands/matview.h.Tom Lane
2013-03-06WAL-log the extension of a new empty MV heap which is being populated.Kevin Grittner
2013-03-06Add docs for pg_matviews, which were missed in the initial MV commit.Kevin Grittner
2013-03-06Fix broken pg_dump for 9.0 and 9.1 caused by the MV patch.Kevin Grittner
2013-03-06Fix message typo.Andrew Dunstan
2013-03-06pg_ctl: Add comma to messagePeter Eisentraut
2013-03-06Remove dependency on the DLL of pythonxx.def file.Andrew Dunstan
2013-03-05Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane
2013-03-05Bump catversion because of new function in the materialized view patch.Kevin Grittner
2013-03-04Fix overflow check in tm2timestamp (this time for sure).Tom Lane
2013-03-04psql: Let \l accept a patternPeter Eisentraut
2013-03-04Remove accidentally-committed .orig file.Kevin Grittner
2013-03-04Fix map_sql_value_to_xml_value() to treat domains like their base types.Tom Lane
2013-03-04Add a materialized view relations.Kevin Grittner
2013-03-04Get rid of any toast table when converting a table to a view.Tom Lane
2013-03-03Fix SQL function execution to be safe with long-lived FmgrInfos.Tom Lane
2013-03-03doc: Small tweak for consistencyPeter Eisentraut
2013-03-03doc: A few awkward phrasing fixesPeter Eisentraut
2013-03-02Exclude utils/probes.h and pg_trace.h from cpluspluscheckPeter Eisentraut
2013-03-02Eliminate memory leaks in plperl's spi_prepare() function.Tom Lane
2013-02-28Improve pg_upgrade commentary on multixact changeAlvaro Herrera
2013-02-28Flush stderr and stdout in isolation tester.Andrew Dunstan
2013-02-27Remove spurious "the", and add a missing one.Heikki Linnakangas
2013-02-27Fix MSVC build.Heikki Linnakangas
2013-02-27Fix typo in "pg_xlogdump --help" and error message.Heikki Linnakangas
2013-02-27Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE.Heikki Linnakangas
2013-02-27Add standard file header comment to quotes.c.Heikki Linnakangas
2013-02-27Add support for piping COPY to/from an external program.Heikki Linnakangas
2013-02-27Add missing error check in regexp parser.Tom Lane
2013-02-26Add missing .gitignore file.Tom Lane
2013-02-26Clean up "stopgap" implementation of timestamptz_to_str().Tom Lane
2013-02-26Install headers from the new src/include/common subdirectory.Tom Lane
2013-02-26Remove the check for COPY TO STDIN and COPY FROM STDOUT from ecpg.Heikki Linnakangas
2013-02-25doc: Fix markup typoPeter Eisentraut
2013-02-25Only quote libpq connection string values that need quoting.Heikki Linnakangas
2013-02-25Add -d option to pg_dumpall, for specifying a connection string.Heikki Linnakangas
2013-02-25Add -d/--dbname option to pg_dump.Heikki Linnakangas
2013-02-25Redo MSVC build implementation for pg_xlogdump.Andrew Dunstan
2013-02-25Add -d option to pg_basebackup and pg_receivexlog, for connection string.Heikki Linnakangas
2013-02-25Provide MSVC build setup for pg_xlogdump.Andrew Dunstan
2013-02-24doc: Remove PostgreSQL version number from xml2 deprecation noticePeter Eisentraut
2013-02-24Fix build of contrib/pg_xlogdump.Tom Lane
2013-02-24Correct tense in log messagePeter Eisentraut
2013-02-23Rename postgres_fdw's use_remote_explain option to use_remote_estimate.Tom Lane
2013-02-23doc: Add more compatibility information for triggersPeter Eisentraut
2013-02-23Add quotes to messagesPeter Eisentraut
2013-02-22contrib/Makefile also needs updatedAlvaro Herrera
2013-02-22Fix some typos and grammatical mistakesAlvaro Herrera
2013-02-22Fix copy-and-pasteoAlvaro Herrera