| 2013-03-12 |
Tom Lane | Fix contrib/postgres_fdw's handling of column defaults. |
commit | commitdiff | tree |
| 2013-03-12 |
Tom Lane | Allow default expressions to be attached to columns... |
commit | commitdiff | tree |
| 2013-03-12 |
Alvaro Herrera | Fix orthotypographical mistake |
commit | commitdiff | tree |
| 2013-03-12 |
Tom Lane | Avoid row-processing-order dependency in postgres_fdw... |
commit | commitdiff | tree |
| 2013-03-12 |
Tom Lane | Fix postgres_fdw's issues with inconsistent interpretat... |
commit | commitdiff | tree |
| 2013-03-11 |
Tom Lane | Avoid generating bad remote SQL for INSERT ... DEFAULT... |
commit | commitdiff | tree |
| 2013-03-11 |
Tom Lane | Fix thinko in matview patch. |
commit | commitdiff | tree |
| 2013-03-10 |
Andrew Dunstan | JSON generation improvements. |
commit | commitdiff | tree |
| 2013-03-10 |
Peter Eisentraut | doc: Add note about checkpoint_warning vs checkpoint_ti... |
commit | commitdiff | tree |
| 2013-03-10 |
Peter Eisentraut | pg_ctl: Adjust nls.mk for split out of wait_error.c |
commit | commitdiff | tree |
| 2013-03-10 |
Peter Eisentraut | pg_basebackup: Add missing newlines to several error... |
commit | commitdiff | tree |
| 2013-03-10 |
Tom Lane | Band-aid for regression test expected-results problem... |
commit | commitdiff | tree |
| 2013-03-10 |
Tom Lane | Support writable foreign tables. |
commit | commitdiff | tree |
| 2013-03-10 |
Magnus Hagander | Report pg_hba line number and contents when users fail... |
commit | commitdiff | tree |
| 2013-03-08 |
Heikki Linnakangas | Forgot catversion bump in the SP-GiST adjacent support... |
commit | commitdiff | tree |
| 2013-03-08 |
Heikki Linnakangas | SP-GiST support of the range adjacent operator -|- |
commit | commitdiff | tree |
| 2013-03-08 |
Heikki Linnakangas | Remove unnecessary #ifdef FRONTEND check to choose... |
commit | commitdiff | tree |
| 2013-03-07 |
Kevin Grittner | Fix typo in docs for ALTER MATERIALIZED VIEW. |
commit | commitdiff | tree |
| 2013-03-07 |
Tom Lane | Fix infinite-loop risk in fixempties() stage of regex... |
commit | commitdiff | tree |
| 2013-03-07 |
Heikki Linnakangas | Fix tli history file fetching, broken by the archive... |
commit | commitdiff | tree |
| 2013-03-07 |
Tom Lane | Arrange to cache FdwRoutine structs in foreign tables... |
commit | commitdiff | tree |
| 2013-03-07 |
Peter Eisentraut | Add fe_memutils.c to nls.mk where used |
commit | commitdiff | tree |
| 2013-03-07 |
Robert Haas | Code beautification for object-access hook machinery. |
commit | commitdiff | tree |
| 2013-03-07 |
Peter Eisentraut | Adjust nls.mk for split out of wait_error.c |
commit | commitdiff | tree |
| 2013-03-06 |
Tom Lane | Fix missing #include in commands/matview.h. |
commit | commitdiff | tree |
| 2013-03-06 |
Kevin Grittner | WAL-log the extension of a new empty MV heap which... |
commit | commitdiff | tree |
| 2013-03-06 |
Kevin Grittner | Add docs for pg_matviews, which were missed in the... |
commit | commitdiff | tree |
| 2013-03-06 |
Kevin Grittner | Fix broken pg_dump for 9.0 and 9.1 caused by the MV... |
commit | commitdiff | tree |
| 2013-03-06 |
Andrew Dunstan | Fix message typo. |
commit | commitdiff | tree |
| 2013-03-06 |
Peter Eisentraut | pg_ctl: Add comma to message |
commit | commitdiff | tree |
| 2013-03-06 |
Andrew Dunstan | Remove dependency on the DLL of pythonxx.def file. |
commit | commitdiff | tree |
| 2013-03-05 |
Tom Lane | Fix to_char() to use ASCII-only case-folding rules... |
commit | commitdiff | tree |
| 2013-03-05 |
Kevin Grittner | Bump catversion because of new function in the material... |
commit | commitdiff | tree |
| 2013-03-04 |
Tom Lane | Fix overflow check in tm2timestamp (this time for sure). |
commit | commitdiff | tree |
| 2013-03-04 |
Peter Eisentraut | psql: Let \l accept a pattern |
commit | commitdiff | tree |
| 2013-03-04 |
Kevin Grittner | Remove accidentally-committed .orig file. |
commit | commitdiff | tree |
| 2013-03-04 |
Tom Lane | Fix map_sql_value_to_xml_value() to treat domains like... |
commit | commitdiff | tree |
| 2013-03-04 |
Kevin Grittner | Add a materialized view relations. |
commit | commitdiff | tree |
| 2013-03-04 |
Tom Lane | Get rid of any toast table when converting a table... |
commit | commitdiff | tree |
| 2013-03-03 |
Tom Lane | Fix SQL function execution to be safe with long-lived... |
commit | commitdiff | tree |
| 2013-03-03 |
Peter Eisentraut | doc: Small tweak for consistency |
commit | commitdiff | tree |
| 2013-03-03 |
Peter Eisentraut | doc: A few awkward phrasing fixes |
commit | commitdiff | tree |
| 2013-03-02 |
Peter Eisentraut | Exclude utils/probes.h and pg_trace.h from cpluspluscheck |
commit | commitdiff | tree |
| 2013-03-02 |
Tom Lane | Eliminate memory leaks in plperl's spi_prepare() function. |
commit | commitdiff | tree |
| 2013-02-28 |
Alvaro Herrera | Improve pg_upgrade commentary on multixact change |
commit | commitdiff | tree |
| 2013-02-28 |
Andrew Dunstan | Flush stderr and stdout in isolation tester. |
commit | commitdiff | tree |
| 2013-02-27 |
Heikki Linnakangas | Remove spurious "the", and add a missing one. |
commit | commitdiff | tree |
| 2013-02-27 |
Heikki Linnakangas | Fix MSVC build. |
commit | commitdiff | tree |
| 2013-02-27 |
Heikki Linnakangas | Fix typo in "pg_xlogdump --help" and error message. |
commit | commitdiff | tree |
| 2013-02-27 |
Heikki Linnakangas | Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE. |
commit | commitdiff | tree |
| 2013-02-27 |
Heikki Linnakangas | Add standard file header comment to quotes.c. |
commit | commitdiff | tree |
| 2013-02-27 |
Heikki Linnakangas | Add support for piping COPY to/from an external program. |
commit | commitdiff | tree |
| 2013-02-27 |
Tom Lane | Add missing error check in regexp parser. |
commit | commitdiff | tree |
| 2013-02-26 |
Tom Lane | Add missing .gitignore file. |
commit | commitdiff | tree |
| 2013-02-26 |
Tom Lane | Clean up "stopgap" implementation of timestamptz_to_str(). |
commit | commitdiff | tree |
| 2013-02-26 |
Tom Lane | Install headers from the new src/include/common subdire... |
commit | commitdiff | tree |
| 2013-02-26 |
Heikki Linnakangas | Remove the check for COPY TO STDIN and COPY FROM STDOUT... |
commit | commitdiff | tree |
| 2013-02-25 |
Peter Eisentraut | doc: Fix markup typo |
commit | commitdiff | tree |
| 2013-02-25 |
Heikki Linnakangas | Only quote libpq connection string values that need... |
commit | commitdiff | tree |
| 2013-02-25 |
Heikki Linnakangas | Add -d option to pg_dumpall, for specifying a connectio... |
commit | commitdiff | tree |
| 2013-02-25 |
Heikki Linnakangas | Add -d/--dbname option to pg_dump. |
commit | commitdiff | tree |
| 2013-02-25 |
Andrew Dunstan | Redo MSVC build implementation for pg_xlogdump. |
commit | commitdiff | tree |
| 2013-02-25 |
Heikki Linnakangas | Add -d option to pg_basebackup and pg_receivexlog,... |
commit | commitdiff | tree |
| 2013-02-25 |
Andrew Dunstan | Provide MSVC build setup for pg_xlogdump. |
commit | commitdiff | tree |
| 2013-02-24 |
Peter Eisentraut | doc: Remove PostgreSQL version number from xml2 depreca... |
commit | commitdiff | tree |
| 2013-02-24 |
Tom Lane | Fix build of contrib/pg_xlogdump. |
commit | commitdiff | tree |
| 2013-02-24 |
Peter Eisentraut | Correct tense in log message |
commit | commitdiff | tree |
| 2013-02-23 |
Tom Lane | Rename postgres_fdw's use_remote_explain option to... |
commit | commitdiff | tree |
| 2013-02-23 |
Peter Eisentraut | doc: Add more compatibility information for triggers |
commit | commitdiff | tree |
| 2013-02-23 |
Peter Eisentraut | Add quotes to messages |
commit | commitdiff | tree |
| 2013-02-22 |
Alvaro Herrera | contrib/Makefile also needs updated |
commit | commitdiff | tree |
| 2013-02-22 |
Alvaro Herrera | Fix some typos and grammatical mistakes |
commit | commitdiff | tree |
| 2013-02-22 |
Alvaro Herrera | Fix copy-and-pasteo |
commit | commitdiff | tree |
| 2013-02-22 |
Alvaro Herrera | Add pg_xlogdump contrib program |
commit | commitdiff | tree |
| 2013-02-22 |
Tom Lane | Fix some planning oversights in postgres_fdw. |
commit | commitdiff | tree |
| 2013-02-22 |
Alvaro Herrera | Blind attempt at fixing the non-MSVC Windows builds |
commit | commitdiff | tree |
| 2013-02-22 |
Tom Lane | Fix whole-row references in postgres_fdw. |
commit | commitdiff | tree |
| 2013-02-22 |
Tom Lane | Change postgres_fdw to show casts as casts, not underly... |
commit | commitdiff | tree |
| 2013-02-22 |
Tom Lane | Get rid of postgres_fdw's assumption that remote type... |
commit | commitdiff | tree |
| 2013-02-22 |
Heikki Linnakangas | Fix thinko in previous commit. |
commit | commitdiff | tree |
| 2013-02-22 |
Tom Lane | Adjust postgres_fdw's search path handling. |
commit | commitdiff | tree |
| 2013-02-22 |
Heikki Linnakangas | If recovery.conf is created after "pg_ctl stop -m i... |
commit | commitdiff | tree |
| 2013-02-22 |
Alvaro Herrera | Move relpath() to libpgcommon |
commit | commitdiff | tree |
| 2013-02-21 |
Alvaro Herrera | Remove useless variable |
commit | commitdiff | tree |
| 2013-02-21 |
Tom Lane | Need to decorate XactIsoLevel as PGDLLIMPORT for postgr... |
commit | commitdiff | tree |
| 2013-02-21 |
Tom Lane | Teach MSVC build system about postgres_fdw. |
commit | commitdiff | tree |
| 2013-02-21 |
Tom Lane | Add postgres_fdw contrib module. |
commit | commitdiff | tree |
| 2013-02-20 |
Heikki Linnakangas | Fix pg_dumpall with database names containing = |
commit | commitdiff | tree |
| 2013-02-20 |
Heikki Linnakangas | Don't pass NULL to fprintf, if a bogus connection strin... |
commit | commitdiff | tree |
| 2013-02-20 |
Heikki Linnakangas | Fix yet another typo in comment. |
commit | commitdiff | tree |
| 2013-02-18 |
Alvaro Herrera | Move ExceptionalCondition back to postgres.h |
commit | commitdiff | tree |
| 2013-02-18 |
Alvaro Herrera | Split pgstat file in smaller pieces |
commit | commitdiff | tree |
| 2013-02-18 |
Peter Eisentraut | Add ALTER ROLE ALL SET command |
commit | commitdiff | tree |
| 2013-02-16 |
Bruce Momjian | Warn about initdb using mount-points |
commit | commitdiff | tree |
| 2013-02-15 |
Heikki Linnakangas | Better fix for "unarchived WAL files get deleted on... |
commit | commitdiff | tree |
| 2013-02-15 |
Simon Riggs | Force archive_status of .done for xlogs created by... |
commit | commitdiff | tree |
| 2013-02-15 |
Heikki Linnakangas | Don't delete unarchived WAL files during crash recovery. |
commit | commitdiff | tree |
| 2013-02-15 |
Peter Eisentraut | pgindent: Fix order in instructions |
commit | commitdiff | tree |
| 2013-02-15 |
Tom Lane | Invent pre-commit/pre-prepare/pre-subcommit events... |
commit | commitdiff | tree |
| 2013-02-14 |
Bruce Momjian | pg_upgrade: conditionally create cluster delete script |
commit | commitdiff | tree |
| next |