2002-08-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Tom Lane | Very minor copy-editing. |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Tom Lane | Add note that explains that \df omits functions it... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Tom Lane | Update reference to value of NAMEDATALEN. Someone... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Tom Lane | Update contrib regression tests for OPAQUE datatype... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Tom Lane | Since the plpgsql test has been part of the standard... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Tom Lane | Transpose info from src/pl/plpgsql/test/README into... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Bruce Momjian | Mark 7.2.2 as newest release. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Marc G. Fournier | Remove all traces of the ODBC driver, which is now... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Tom Lane | Fix bit rot in pg_dump's ability to dump from 7.2 and... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Tom Lane | Fixed-size buffer in dumpClasses is not big enough... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Bruce Momjian | Improve wording of upgrade section. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Tom Lane | Code review for recent TRUNCATE changes. Tighten relat... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Bruce Momjian | Commit updated repeat() patch, from Neil Conway |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Bruce Momjian | Fix for documention: |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Bruce Momjian | This patch should fix the problem. Doesn't include... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Bruce Momjian | repeat() fix: |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Bruce Momjian | > > I had great difficulty in finding how to change... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Bruce Momjian | # Disallow TRUNCATE on tables that are involved in... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Bruce Momjian | As suggested by Tom, this patch restricts the right... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Bruce Momjian | Oops, we got duplicate oids from patches again; pick... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Bruce Momjian | Remove libpq++ SGML documentation. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Bruce Momjian | Remove erroneous character from Makefile due to editor... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Marc G. Fournier | Okay, libpq++ is moved to GBorg, and all traces of... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Tom Lane | Add a bunch of pseudo-types to replace the behavior... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Peter Eisentraut | Add --help and --version options. Message cleanup... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Bruce Momjian | Changes made so new conversion Makefiles will build... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Peter Eisentraut | Move PO files into subdirectories separate from the... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Peter Eisentraut | Add sys/types.h to common includes. |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Bruce Momjian | Fix bad markup detected by Alvaro Herrera |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Bruce Momjian | Fix markup, Alvaro Herrera. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Tom Lane | Use a non-duplicate OID for pg_lock_status. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Peter Eisentraut | Enable large file support. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Tom Lane | Increase buffer size in cash_words(). Pure paranoia... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Tom Lane | Update expected files for recent changes of domain... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Bruce Momjian | This patch improves the behavior of FOUND in PL/PgSQL... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Bruce Momjian | Cleanup. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Bruce Momjian | - test for indexes on a domain |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Bruce Momjian | Allow pg_statistics to be reset by calling pg_stat_reset(). |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Bruce Momjian | Add current_database(). |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Barry Lind | Removed code that is no longer used and has been commen... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Bruce Momjian | Add mention of -F not supported by pg_dumpall. Code... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Bruce Momjian | Done by Rod: |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Tom Lane | Fix pg_dump to dump serial columns as serials. Per... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Tom Lane | Remove Ident nodetype in favor of using String nodes... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Tatsuo Ishii | Fix bug in pg_convert() per report from MaC.Yui. |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Tatsuo Ishii | Fix broken tag. |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Tom Lane | Clean up leftover bugs from recent COPY feature patch... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Tom Lane | Add missing copyfuncs/equalfuncs entries, including... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Tom Lane | Improve obsolete comment. |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Tom Lane | Fix small copy-and-pasteo. |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Tom Lane | Fix potential buffer overrun in cube_out(), per report... |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Tom Lane | Remove optimization whereby parser would make only... |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Peter Eisentraut | Make CREATE CONSTRAINT TRIGGER check for REFERENCES... |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Peter Eisentraut | Make pg_dump output more portable and more pleasing... |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Tom Lane | Add #include <sys/time.h>. |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Tom Lane | Code review for 'at character n' patch --- point at... |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Bruce Momjian | Add db-local user names, per discussion on hackers. |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Bruce Momjian | More changes to match new error format. |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Tom Lane | Use variable for format to suppress overly-anal-retenti... |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Bruce Momjian | Modify regression tests to match new error reporting... |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Bruce Momjian | Back out tcl patch, per Tom Lane: |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Bruce Momjian | Add includes for prototype using timeval. |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Bruce Momjian | Clean up compile warnings. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Tom Lane | Fix typo. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Bruce Momjian | Reverse out XLogDir/-X write-ahead log handling, per... |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Bruce Momjian | Add lock file. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Bruce Momjian | In that case, attached is a patch which locates the... |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Bruce Momjian | [ Newest version of patch applied.] |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Bruce Momjian | Add libpq connection timeout parameter. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Bruce Momjian | What I have done for libpgtcl: |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Bruce Momjian | Improve documentation of trigger firing queue handling... |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Tom Lane | Editorial corrections. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Tom Lane | Broken markup. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Tom Lane | Cleanup. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Tom Lane | Fix broken Makefiles. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Tom Lane | Add missing links. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Bruce Momjian | Add doc file for pg_resetxlog. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Bruce Momjian | Add files for pg_resetxlog. |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Bruce Momjian | Move pg_controldata to /bin. |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Tom Lane | Modify pg_dump to dump foreign-key constraints as const... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Tom Lane | Code review for patch to dump primary and unique constr... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Tom Lane | Make domain types indexable. Rod Taylor & Tom Lane. |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Bruce Momjian | Improve wording. |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Bruce Momjian | Move pg_controldata from /contrib to src/bin. |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Dave Cramer | removed duplicate code from jdbc2 classes |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Dave Cramer | applied patch to fix encoding bug supplied by Jun Kawai |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Dave Cramer | Applied patch for MD5 bug submitted by Jun Kawai |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Barry Lind | Performance tweaks to StringBuffer suggested by hhaag... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Bruce Momjian | Add "few": |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Bruce Momjian | Add blank line. |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Bruce Momjian | This patch improves the "Client Authentication" section... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Bruce Momjian | This patch improves the "Database Users and Permissions... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Bruce Momjian | Added: |
commit | commitdiff | tree | snapshot |
next |