| 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 | 
| 2002-10-13 |  Tom Lane | Make SET really not start a transaction. | commit | commitdiff | tree | snapshot | 
| 2002-10-13 |  Tom Lane | Make macaddr_in reject trailing garbage (except whitesp... | commit | commitdiff | tree | snapshot | 
| 2002-10-12 |  Tom Lane | psql thought that backslash is an escape character... | commit | commitdiff | tree | snapshot | 
| 2002-10-12 |  Tom Lane | Fix for bug #795: two clauses that seem redundant are... | commit | commitdiff | tree | snapshot | 
| 2002-10-12 |  Bruce Momjian | Update README for oid2name. | commit | commitdiff | tree | snapshot | 
| 2002-10-12 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2002-10-12 |  Bruce Momjian | Added: | commit | commitdiff | tree | snapshot | 
| 2002-10-12 |  Peter Eisentraut | Compute version number for docs on the fly. | commit | commitdiff | tree | snapshot | 
| 2002-10-12 |  Peter Eisentraut | Handle indentation of verbatim environments in HTML... | commit | commitdiff | tree | snapshot | 
| 2002-10-12 |  Peter Eisentraut | Fix linking problem. | commit | commitdiff | tree | snapshot | 
| 2002-10-12 |  Peter Eisentraut | Replace &version; by appropriate version. | commit | commitdiff | tree | snapshot | 
| 2002-10-11 |  Peter Eisentraut | Assorted reference page updates | commit | commitdiff | tree | snapshot | 
| 2002-10-11 |  Bruce Momjian | Update FAQ. | commit | commitdiff | tree | snapshot | 
| 2002-10-11 |  Bruce Momjian | Update Russian FAQ. | commit | commitdiff | tree | snapshot | 
| 2002-10-11 |  Bruce Momjian | Add replication, encryption, and cross database FAQ... | commit | commitdiff | tree | snapshot | 
| 2002-10-11 |  Bruce Momjian | Add tv_sec change for connection timeout suggested... | commit | commitdiff | tree | snapshot | 
| 2002-10-11 |  Bruce Momjian | Oops, back out newNode changes.  We are not ready for... | commit | commitdiff | tree | snapshot | 
| 2002-10-11 |  Bruce Momjian | Prevent tv_sec from becoming negative in connection... | commit | commitdiff | tree | snapshot | 
| 2002-10-11 |  Bruce Momjian | Update: | commit | commitdiff | tree | snapshot | 
| 2002-10-10 |  Bruce Momjian | Update IN/EXISTS item. | commit | commitdiff | tree | snapshot | 
| 2002-10-09 |  Bruce Momjian | set.patch updates an example in ref/set.sgml to have... | commit | commitdiff | tree | snapshot | 
| 2002-10-09 |  Bruce Momjian | Lock on the rule relation wasn't removed after adding... | commit | commitdiff | tree | snapshot | 
| 2002-10-09 |  Bruce Momjian | Well, this patch makes Makefile for contrib/rserv... | commit | commitdiff | tree | snapshot | 
| 2002-10-09 |  Bruce Momjian | > > > > and mb conversions (pg_ascii2mic and pg_mic2asc... | commit | commitdiff | tree | snapshot | 
| 2002-10-09 |  Bruce Momjian | > Alvaro Herrera <alvherre@atentus.com> writes: | commit | commitdiff | tree | snapshot | 
| 2002-10-09 |  Bruce Momjian | Have SET not start transaction when autocommit off... | commit | commitdiff | tree | snapshot | 
| 2002-10-09 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2002-10-08 |  Bruce Momjian | Again improve MemSet comments. | commit | commitdiff | tree | snapshot | 
| 2002-10-08 |  Bruce Momjian | Update MemSet comments. | commit | commitdiff | tree | snapshot | 
| 2002-10-08 |  Tom Lane | Move responsibility for setting QuerySnapshot for utili... | commit | commitdiff | tree | snapshot | 
| 2002-10-08 |  Dave Cramer | fixed missing apostrophe | commit | commitdiff | tree | snapshot | 
| 2002-10-07 |  Tom Lane | Change order of operations during XLogFlush so that... | commit | commitdiff | tree | snapshot | 
| 2002-10-07 |  Tatsuo Ishii | Avoid PQisBusy/PQconsumeInput busy loop in case of... | commit | commitdiff | tree | snapshot | 
| 2002-10-06 |  Bruce Momjian | Clarify comment. | commit | commitdiff | tree | snapshot | 
| 2002-10-05 |  Bruce Momjian | Fix markup error. | commit | commitdiff | tree | snapshot | 
| 2002-10-05 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2002-10-05 |  Bruce Momjian | Add more documentation about CURRENT_TIMESTAMP. | commit | commitdiff | tree | snapshot | 
| 2002-10-05 |  Bruce Momjian | Update: | commit | commitdiff | tree | snapshot | 
| 2002-10-04 |  Tom Lane | Restrict CREATE OPERATOR CLASS to superusers, per discu... | commit | commitdiff | tree | snapshot | 
| 2002-10-04 |  Tom Lane | Require superuser privilege to create a binary-compatib... | commit | commitdiff | tree | snapshot | 
| 2002-10-04 |  Bruce Momjian | Update wording for temp files: | commit | commitdiff | tree | snapshot | 
| 2002-10-04 |  Tom Lane | Fix a couple of grammatical errors in error messages. | commit | commitdiff | tree | snapshot | 
| 2002-10-04 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2002-10-04 |  Tom Lane | Tweak a few of the most heavily used function call... | commit | commitdiff | tree | snapshot | 
| 2002-10-04 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2002-10-03 |  Tom Lane | Hack to make it possible to load CREATE CONSTRAINT... | commit | commitdiff | tree | snapshot | 
| next |