Commit Graph

26641 Commits (a84171b078ba07ddf8f93c12ff3b7e00c4ef131c)
 

Author SHA1 Message Date
Bruce Momjian 67f686c550 Add to TODO: 18 years ago
Bruce Momjian d9bc39a704 Update wording: 18 years ago
Bruce Momjian ecb16f6e4b Update text: 18 years ago
Bruce Momjian 6deb1795df Add: 18 years ago
Bruce Momjian 8a568bd880 Re-add: 18 years ago
Bruce Momjian 9471c33d12 Add: 18 years ago
Bruce Momjian 5b6c6e8bf1 Add URL for: 18 years ago
Bruce Momjian b63a0c9c4a Done: 18 years ago
Tom Lane 598b97dc9b Avoid a useless tuple copy within nodeMaterial. Neil Conway 18 years ago
Bruce Momjian deb519611b Add to pg_dump TODO: 18 years ago
Tom Lane 7de81124d5 Create a function quote_nullable(), which works the same as quote_literal() 18 years ago
Bruce Momjian 40a3dfb7e3 Add to Win3 TODO: 18 years ago
Bruce Momjian 58cd4b91ad Add to TODO: 18 years ago
Bruce Momjian 80ee184923 Add to Win32 TODO 18 years ago
Bruce Momjian 6e6c6d4412 Add to TODO: 18 years ago
Bruce Momjian 3301046345 Add URL for TODO: 18 years ago
Tom Lane 19595835c3 Refactor to_char/to_date formatting code; primarily, replace DCH_processor 18 years ago
Bruce Momjian 6828c3928d Add to TODO: 18 years ago
Tatsuo Ishii 325c0a39e4 Add server side lo_import(filename, oid) function. 18 years ago
Bruce Momjian bc49703d91 Add URL for: 18 years ago
Bruce Momjian a5f70eb014 Add URL for: 18 years ago
Bruce Momjian 4edb822360 Add TODO: 18 years ago
Bruce Momjian 3892dc75eb Add URLs for: 18 years ago
Tom Lane 58a8285542 Remove TypeName struct's timezone flag, which has been write-only storage 18 years ago
Tom Lane 20e82a7c0b Give an explicit error for serial[], rather than silently ignoring 18 years ago
Tom Lane 4b7ae4afae Report the current queries of all backends involved in a deadlock 18 years ago
Bruce Momjian df812e91ad Add: 18 years ago
Bruce Momjian 0d5125a56f Add: 18 years ago
Bruce Momjian 8a04a1d0bc Add: 18 years ago
Michael Meskes 35ea0a9b8d Corrected version number. 18 years ago
Bruce Momjian 480d4f7ea5 Document that soft-mounting NFS is not recommended. 18 years ago
Bruce Momjian fca9fff41b More README src cleanups. 18 years ago
Tom Lane d287818eb5 Adjust pgstatindex() to give correct answers for indexes larger than 18 years ago
Andrew Dunstan 458c585697 Generate dummy probes.h for MSVC builds. 18 years ago
Tom Lane 2d0583a166 Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing 18 years ago
Tom Lane 6b0706ac33 Arrange for an explicit cast applied to an ARRAY[] constructor to be applied 18 years ago
Alvaro Herrera 8759b79d0f Add a couple of missing FreeQueryDesc calls. Noticed while testing a 18 years ago
Bruce Momjian 4e228447aa Make source code READMEs more consistent. Add CVS tags to all README files. 18 years ago
Tom Lane 27dfc11d67 Dept of second thoughts: --no-tablespaces had better also prevent 18 years ago
Tom Lane 68528d37bb Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so that 18 years ago
Michael Meskes f9e083fd30 Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. 18 years ago
Michael Meskes 15364ea09d Changed statement escaping to not escape continuation line markers. 18 years ago
Heikki Linnakangas f4b7624eb0 Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the 18 years ago
Alvaro Herrera 470c6c12a1 Remove another useless snapshot creation. 18 years ago
Tom Lane 5507b22dfc Support ALTER TYPE RENAME. Petr Jelinek 18 years ago
Alvaro Herrera a9686591d7 We no longer need a snapshot set after opening the finishing transaction: this 18 years ago
Tatsuo Ishii 49639a7b2c Add -M (query mode) option per ITAGAKI Takahiro 18 years ago
Tom Lane 965a2a191a Fix regexp substring matching (substring(string from pattern)) for the corner 18 years ago
Tatsuo Ishii 8436f9a036 Add libpq new API lo_import_with_oid() which is similar to lo_import() 18 years ago
Tatsuo Ishii f755f2fef3 Fix tps calculation when -C supplied. Per Yoshiyuki Asaba. 18 years ago