2002-08-14 |
Bruce Momjian | Remove namedatalen from TODO.detail. No longer needed. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Bruce Momjian | Put back old code. |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Bruce Momjian | Update for longer NAMEDATALEN. |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Bruce Momjian | Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Tom Lane | Fix tuple-chain-moving tests to handle marked-for-updat... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Tom Lane | Make sure that t_ctid is reset to equal t_self in heap_... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Peter Eisentraut | Remove obsolete uses of lanispl. Only used in pg_dump... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Bruce Momjian | Add bitmap index mention. |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Peter Eisentraut | Correct description of sequence privileges. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tom Lane | Remove use of __P so that <sys/cdefs.h> is not needed... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tom Lane | Convert possibly-unsafe sprintf's to snprintf's. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tom Lane | Buffer-overrun paranoia. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tom Lane | Restructure rowtype-parameter handling to eliminate... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tom Lane | Change memory-space accounting mechanism in tuplesort... |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Tom Lane | Code review of CLUSTER patch. Clean up problems with... |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Peter Eisentraut | Create/drop cast now requires ownership of at least... |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Tom Lane | Editorial improvements. |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Tom Lane | Make cluster regress test functional. |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Tom Lane | Neil's patch was supposed to remove this, too. |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Tom Lane | Now that we allow ANALYZE to run inside a transaction... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Bruce Momjian | Mention ANALYZE after CLUSTER. |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Bruce Momjian | Update with newer version of CLUSTER patch posted August 8. |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Bruce Momjian | Remove error files. |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Bruce Momjian | Fixed very stupid but important bug: mixing calls of... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Bruce Momjian | The patch solves this problem, I hope... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Bruce Momjian | > create view pg_locks as select l.relation, l.databas... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Bruce Momjian | Major improvement in CLUSTER which preserves table... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Bruce Momjian | August 6, 2002 |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Bruce Momjian | This patch removes a lot of unused code related to... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Tom Lane | psql prints its version number in its startup message... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Tom Lane | Allow schema-qualified operator names to be used in... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Eisentraut | Fix failure to relink postmaster executable in the... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Peter Eisentraut | Make sure all clients have the same understanding of... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Tom Lane | Get rid of double PQclear(res) in error path. |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Tom Lane | Add a sanity check to make sure that all system catalog... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Tom Lane | psql backslash commands are schema-aware. Pattern... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Peter Eisentraut | Make sure monetary, numeric, and time locale categories... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Tom Lane | Column ordering in \d output should agree with sort... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Tom Lane | has_table_privilege spawns scions has_database_privileg... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Hiroshi Inoue | Change LOCK statements to start new transaction |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Tom Lane | Make the standard system views schema-aware. |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Tom Lane | Arrange to collect statistics on a few more system... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Tom Lane | Cause view/rule display to work as expected after renam... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Tom Lane | Some improvements in geometric-operators documentation. |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Tatsuo Ishii | Fix bug in encoding conversion table |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Tatsuo Ishii | Address build problems on cygwin and (hopefully) AIX. |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Tatsuo Ishii | Load and keep conversion function info when SET CLIENT_... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Tatsuo Ishii | Remove #ifdef MULTIBYTE |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Tom Lane | Cause schema-qualified FROM items and schema-qualified... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Tom Lane | Clean up plpgsql identifier handling: process quoted... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Tom Lane | parseTypeString wasn't quite paranoid enough. |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Tom Lane | Fix permission checking for temp-table namespace. |
commit | commitdiff | tree | snapshot |
2002-08-07 |
Tom Lane | Improve 'failed to initialize' messages. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Peter Eisentraut | Updated translation from Dennis Bjorklund <db@zigo... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Tom Lane | Still more paranoia in PageAddItem: disallow specificat... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Tom Lane | Remove no-longer-used PageManagerMode enum. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Tom Lane | Move pg_convert3 declaration to suppress compile warnin... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Tatsuo Ishii | Add SQL99 CONVERT() function. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Bruce Momjian | Patch for current CVS. It add test of lca() to ltree... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Bruce Momjian | Of course, the simple change has ripple effects! Here... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Bruce Momjian | >> Hm. I'd sort of expect the "z" to become both the... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Bruce Momjian | The attached patch disallows the use of coldeflists... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Bruce Momjian | This patch fixes two typos in the documentation for... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Bruce Momjian | This patch changes the behavior of PostgreSQL so that... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Tom Lane | Restructure local-buffer handling per recent pghackers... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Peter Eisentraut | Forgot to add/remove files. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Peter Eisentraut | Add User's Guide chapters on Data Definition and Data... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Tom Lane | Restructure system-catalog index updating logic. Inste... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Tom Lane | Preliminary code review for anonymous-composite-types... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Thomas G. Lockhart | Fix compilation problem with assert checking enabled... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Tom Lane | Code review for anonymous-functions patch --- clean... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Tom Lane | Temporary solution for XLogDir breakage. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Tom Lane | Fix merge failures for anonymous-type patch. From... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Tom Lane | Fix broken pg_backend_pid reference, per Joe Conway. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | Another backend_pid rename. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | Fix compile failures for FRS composite tyhpe patch... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | Rename backend_pid to pg_backend_pid, move docs to... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | Attached are two patches to implement and document... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Tom Lane | Fix obsolete comment. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Thomas G. Lockhart | Minor clarification or fix of typos. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Thomas G. Lockhart | Implement WAL log location control using "-X" or PGXLOG. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Thomas G. Lockhart | Implement IS OF and IS NOT OF type predicate. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Thomas G. Lockhart | Implement IS OF type predicate. Can now do queries... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Thomas G. Lockhart | Add guard code to protect from buffer overruns on long... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Thomas G. Lockhart | Define macros for handling typmod manipulation for... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Thomas G. Lockhart | Implement hex literal conversion to bit string literal. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Thomas G. Lockhart | Allow bit string constants without fully-specified... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Thomas G. Lockhart | Implement WAL log location control using "-X" or PGXLOG. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Thomas G. Lockhart | Add IS OF type predicate. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Thomas G. Lockhart | Add Myannar Time, Iran Time variant name, and Marquesas... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Tom Lane | Neil's patch claimed a column list didn't work for... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | Add missing file; new docs for start_transaction. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | Tom Lane: |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | [ Previous patch reversed.] |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Bruce Momjian | This patch fixes a probably harmless write of uninitial... |
commit | commitdiff | tree | snapshot |
next |