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 |
2002-10-16 |
Bruce Momjian | Make pg_dump save for autocommit = off. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Bruce Momjian | Fix from Joe on timeout code. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Bruce Momjian | Improve appearance of SET command. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Bruce Momjian | Fix script to handle autocommit = 'off' by prepending... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Bruce Momjian | Fix connection_timeout to use time() and handle timeout... |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Bruce Momjian | Remove: |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Tom Lane | Fix unintentional breakage of COPY TO/FROM stdin. ... |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Tom Lane | Fix Linux dynloader code for pre-HAVE_DLOPEN systems... |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Tom Lane | Fix psql to cope with autocommit off, at least during... |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Tom Lane | Fix libpq startup code to work correctly in autocommit... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Tom Lane | Make SPI's execution of querystrings follow the rules... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Bruce Momjian | None. |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Tom Lane | Adjust handling of command status strings in the presen... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Tom Lane | Add missing entries for bit<->int4 and bit<->int8 conve... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Bruce Momjian | Mention that resetting the timeout may be wrong on... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Bruce Momjian | Restore ptmp_timeout for cases where no timeout is... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Bruce Momjian | libpq connection_timeout doesn't do subsecond timing... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Tom Lane | Arrange to copy relcache's trigdesc structure at the... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Bruce Momjian | - Link the entries in the table to the catalog heading |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Bruce Momjian | This trivial patch fixes a bunch of spelling mistakes... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Bruce Momjian | As Niel so nicely pointed out this morning, the output... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Bruce Momjian | I have attached two patches as per: |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Bruce Momjian | Improvements to Ian Barwick patch. |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Bruce Momjian | FAQ updates from Ian Barwick. |
commit | commitdiff | tree | snapshot |
next |