Commit Graph

34853 Commits (f7951eef89be78c50ea2241f593d76dfefe176c9)
 

Author SHA1 Message Date
Tom Lane f7951eef89 Band-aid for regression test expected-results problem with timestamptz. 13 years ago
Tom Lane 21734d2fb8 Support writable foreign tables. 13 years ago
Magnus Hagander 7f49a67f95 Report pg_hba line number and contents when users fail to log in 13 years ago
Heikki Linnakangas 96443d1420 Forgot catversion bump in the SP-GiST adjacent support patch. 13 years ago
Heikki Linnakangas 23f10b6473 SP-GiST support of the range adjacent operator -|- 13 years ago
Heikki Linnakangas 2443a26b9b Remove unnecessary #ifdef FRONTEND check to choose between strdup and pstrdup. 13 years ago
Kevin Grittner 71877c18a8 Fix typo in docs for ALTER MATERIALIZED VIEW. 13 years ago
Tom Lane a7b61d4f5a Fix infinite-loop risk in fixempties() stage of regex compilation. 13 years ago
Heikki Linnakangas 7ccefe8610 Fix tli history file fetching, broken by the archive after crash recevery patch. 13 years ago
Tom Lane 1908abc4a3 Arrange to cache FdwRoutine structs in foreign tables' relcache entries. 13 years ago
Peter Eisentraut 9795113916 Add fe_memutils.c to nls.mk where used 13 years ago
Robert Haas f90cc26982 Code beautification for object-access hook machinery. 13 years ago
Peter Eisentraut f11af2bcab Adjust nls.mk for split out of wait_error.c 13 years ago
Tom Lane e11cb8ba2c Fix missing #include in commands/matview.h. 13 years ago
Kevin Grittner c5bf7a2052 WAL-log the extension of a new empty MV heap which is being populated. 13 years ago
Kevin Grittner 5141603ebd Add docs for pg_matviews, which were missed in the initial MV commit. 13 years ago
Kevin Grittner cfa3df3de1 Fix broken pg_dump for 9.0 and 9.1 caused by the MV patch. 13 years ago
Andrew Dunstan cd340ca89a Fix message typo. 13 years ago
Peter Eisentraut 71ea7e9737 pg_ctl: Add comma to message 13 years ago
Andrew Dunstan 0d147e43ad Remove dependency on the DLL of pythonxx.def file. 13 years ago
Tom Lane 80b011ef0a Fix to_char() to use ASCII-only case-folding rules where appropriate. 13 years ago
Kevin Grittner c8056592bc Bump catversion because of new function in the materialized view patch. 13 years ago
Tom Lane 542eeba269 Fix overflow check in tm2timestamp (this time for sure). 13 years ago
Peter Eisentraut 0ea1f6e98f psql: Let \l accept a pattern 13 years ago
Kevin Grittner 54d6706ded Remove accidentally-committed .orig file. 13 years ago
Tom Lane bc61878682 Fix map_sql_value_to_xml_value() to treat domains like their base types. 13 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 13 years ago
Tom Lane b15a6da292 Get rid of any toast table when converting a table to a view. 13 years ago
Tom Lane 2b78d101d1 Fix SQL function execution to be safe with long-lived FmgrInfos. 13 years ago
Peter Eisentraut 891869c352 doc: Small tweak for consistency 13 years ago
Peter Eisentraut 743b73bdf5 doc: A few awkward phrasing fixes 13 years ago
Peter Eisentraut 1275b88f71 Exclude utils/probes.h and pg_trace.h from cpluspluscheck 13 years ago
Tom Lane a4d3a504e7 Eliminate memory leaks in plperl's spi_prepare() function. 13 years ago
Alvaro Herrera cd7d00ad65 Improve pg_upgrade commentary on multixact change 13 years ago
Andrew Dunstan 63d283ecd0 Flush stderr and stdout in isolation tester. 13 years ago
Heikki Linnakangas 7d6b8f7158 Remove spurious "the", and add a missing one. 13 years ago
Heikki Linnakangas f70b1b2748 Fix MSVC build. 13 years ago
Heikki Linnakangas 26b45dc54f Fix typo in "pg_xlogdump --help" and error message. 13 years ago
Heikki Linnakangas 3a9e64aa0d Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE. 13 years ago
Heikki Linnakangas 5ddf38f21d Add standard file header comment to quotes.c. 13 years ago
Heikki Linnakangas 3d009e45bd Add support for piping COPY to/from an external program. 13 years ago
Tom Lane 73dc003bee Add missing error check in regexp parser. 13 years ago
Tom Lane 08f9728057 Add missing .gitignore file. 13 years ago
Tom Lane 1418e6e07b Clean up "stopgap" implementation of timestamptz_to_str(). 13 years ago
Tom Lane c153530dc1 Install headers from the new src/include/common subdirectory. 13 years ago
Heikki Linnakangas 0a4fe8a318 Remove the check for COPY TO STDIN and COPY FROM STDOUT from ecpg. 13 years ago
Peter Eisentraut 8337e3b457 doc: Fix markup typo 13 years ago
Heikki Linnakangas 2953cd6d17 Only quote libpq connection string values that need quoting. 13 years ago
Heikki Linnakangas 3dee636e04 Add -d option to pg_dumpall, for specifying a connection string. 13 years ago
Heikki Linnakangas 691e595dd9 Add -d/--dbname option to pg_dump. 13 years ago