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 |
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 |
next |