2002-10-24 |
Tom Lane | Make link to schema inspection functions more clear. |
commit | commitdiff | tree | snapshot |
2002-10-24 |
Peter Eisentraut | Add introductory sections explaining what each book... |
commit | commitdiff | tree | snapshot |
2002-10-24 |
Bruce Momjian | Fix include for NetBSD. |
commit | commitdiff | tree | snapshot |
2002-10-24 |
Bruce Momjian | Add prototype include to fseeko.c. |
commit | commitdiff | tree | snapshot |
2002-10-24 |
Bruce Momjian | Add fseeko for NetBSD. |
commit | commitdiff | tree | snapshot |
2002-10-24 |
Bruce Momjian | Stamp for 7.3 beta3. |
commit | commitdiff | tree | snapshot |
2002-10-24 |
Bruce Momjian | Fix include files for new PageOutput call. |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Bruce Momjian | Add fseeko/ftello prototypes for BSD/OS only to c.h. |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Bruce Momjian | Add mention of postgres signals to reference page |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Bruce Momjian | Improve coding style of new function. |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Bruce Momjian | Make BSD/OS fseeko thread-safe. |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Bruce Momjian | Add comments on bsd/os handling. |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Bruce Momjian | Add fseeko/ftello using fsetpos/fgetpos for BSD/OS. |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Bruce Momjian | Page \h output and centralize psql paging code in PageO... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Tom Lane | Perform transaction cleanup operations in a less ad... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Bruce Momjian | Updated German FAQ, from Ian Barwick |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Tom Lane | create_index test must run after create_misc test. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Peter Eisentraut | Update build system. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Peter Eisentraut | Update for test changes. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Peter Eisentraut | Add DLLIMPORT declarations required by contrib with... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Bruce Momjian | Allow 8-byte off_t to properly pg_dump, from Philip... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Tom Lane | Specify that we need bison >= 1.50. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Bruce Momjian | Move libpgeasy.sgml to gborg. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Bruce Momjian | Move odbc.sgml to gborg ODBC project. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Tom Lane | Fix places that were using IsTransactionBlock() as... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Bruce Momjian | Small update for the removal of some memory leaks in... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Bruce Momjian | When I removed the cube based stuff from eathdistance... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Bruce Momjian | Cleanup for CLUSTERDB failure: |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Bruce Momjian | Fix ALTER TABLE ... ADD COLUMN for inheritance cases. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Tom Lane | Remove unnecessary (and inadequate) check of IsTransact... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Tom Lane | Avoid using IsTransactionBlock() in DeferredTriggerSetS... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Tom Lane | Make CREATE/ALTER/DROP USER/GROUP transaction-safe... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Peter Eisentraut | Add DLLIMPORT declarations needed by contrib modules. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Peter Eisentraut | Need sys/param.h for endianness macros. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Peter Eisentraut | Might need to link with -lcrypt. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Peter Eisentraut | Add guards against double inclusion. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Peter Eisentraut | Remove obsoleted stuff merged in from branch. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Peter Eisentraut | Improve ECPG documentation. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Michael Meskes | Merged ecpg_big_bison back into HEAD |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Tatsuo Ishii | Update multibyte Japanese document |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Tom Lane | Since ANY is a reserved word, better suggest that ANY... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Tom Lane | Fix documented sizes of geometric types. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Tom Lane | Fix example of doing a restore. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Bruce Momjian | SET autocommit no longer needed in /contrib because... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Bruce Momjian | Updates from Ian Barwick. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Bruce Momjian | Completely remove /contrib/retep, with Peter's approval... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Bruce Momjian | First step to removing /contrib/retep, with Peter Mount... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Bruce Momjian | Remove trailing blanks in cvs.sgml. |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Tom Lane | Fix potential problem with btbulkdelete deleting an... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Tom Lane | Fix core dump recently introduced into pgbench. |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Tatsuo Ishii | Returns exit status 1 if invalid encoding name or |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Tom Lane | Update description of numeric constants to match 7... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Bruce Momjian | Update char/varchar()/text/bytea to mention they have... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Barry Lind | Applied patch from Teofilis Martisius to improve perfor... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Bruce Momjian | Update Japanese FAQ, from Jun Kuwamura. |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Tom Lane | Add warning that autocommit=off is not well-supported... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Tom Lane | Move BeOS and QNX4 to unsupported-platform list, until... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Tom Lane | Rule rewriter was doing the wrong thing with conditiona... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Tom Lane | Disallow aggregate functions in rule WHERE clauses... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Barry Lind | Applied patch submitted by Mike Beachy to give a better... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Tom Lane | Fix inconsistent formatting. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Tom Lane | Fix incomplete definition of ALTER TABLE ADD/DROP CONST... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Tom Lane | Fix within-function memory leaks in the various PLs... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Barry Lind | Applied patch submitted by Kris Jurka to result in... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Tom Lane | Fix pltcl self-test for recent changes to elog. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Barry Lind | Backed out part of the change from 1.6. The attempt... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Tom Lane | Fix case where a function in FROM returns a scalar... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Tom Lane | Make psql's \df display functions that return sets... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Tom Lane | Invert logic in pg_exec_query_string() so that we set... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Tom Lane | Fix rewrite code so that rules are in fact executed... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Bruce Momjian | Back out Alvaro's patch until regression tests pass. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Tom Lane | Fix range-query estimation to not double-exclude NULLs... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Bruce Momjian | Fix compile failure caused by new patch. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Bruce Momjian | Remove mention of utils/getopt.c. Not used anymore. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Bruce Momjian | It includes |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Bruce Momjian | > Huh, I don't know where I got the idea you were ... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Bruce Momjian | This patch adds some missing functions for float8 math... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Bruce Momjian | Make regression tests safe for autocommit = 'off'. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Tom Lane | Add missing #include <errno.h>. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Tom Lane | Fix psql's \copy to accept table names containing schem... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Peter Eisentraut | Improve formatting of --help output. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Tom Lane | Fix breakage that had crept into setlocale() usage... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Tom Lane | Make 'dummy' declarations in header files be 'extern... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Tom Lane | Un-break createlang build. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Bruce Momjian | Clean up for dblink autocommit OFF handling. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Bruce Momjian | Update /contrib for "autocommit TO 'on'". |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Tom Lane | Improve discussion of FOR UPDATE. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Bruce Momjian | Update for tables returning function, item 5.3, from... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Barry Lind | Fix in updateable result sets to handle binding null... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Tom Lane | Fix free-slot search in PgSetResultId so it actually... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Tom Lane | Improve formatting of error message. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Barry Lind | Fixed support in jdbc for 7.3 server autocommit. With... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Peter Eisentraut | Put the disk information all in one chapter. |
commit | commitdiff | tree | snapshot |
next |