2003-08-17 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Tom Lane | Create a 'type cache' that keeps track of the data... |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | Add to release notes. |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | I almost forgot mark in docs "to_char(interval)" as... |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | This patch makes two minor fixes to the docs: (1) fixes a |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | There is a misstatement in the CLOSE reference page... |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | I just noticed that the sample pg_hba.conf in the docs... |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | The attached patch adds some clarification to the docum... |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | (I always forget what the magic numbers 0 through 2... |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | Add mention of sort_mem in the restore docs. |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | Update for 7.3 tips URL. |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | Add to libpq changes made by Tom for new protocol. |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Bruce Momjian | Not needed, already in CVS. |
commit | commitdiff | tree | snapshot |
2003-08-16 |
Bruce Momjian | Add description of error style. |
commit | commitdiff | tree | snapshot |
2003-08-16 |
Bruce Momjian | Add mention that Kerberos 4 isn't recommended. |
commit | commitdiff | tree | snapshot |
2003-08-16 |
Bruce Momjian | Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions... |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Barry Lind | Updated the blob regression test to actually use the... |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Barry Lind | Fixed improper message length for the connection termin... |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Teodor Sigaev | Eliminate function start_parse_fh and macro YY_INPUT |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Tom Lane | Rewrite array_cmp to not depend on deconstruct_array... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Bruce Momjian | Add disk rotation idea to WAL todo emails. |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Tom Lane | Minor copy-editing. |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Bruce Momjian | Adjustment for unixware threading. |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Bruce Momjian | Mark unixware as having threaded support. |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Tom Lane | Fix longstanding thinko in SSL protocol documentation... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Tom Lane | Add missing quotes. |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Tom Lane | Someone moved PageOutput here from common.c, but forgot... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Tom Lane | Remove unnecessary #include's (see c.h). |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Tom Lane | Workaround for platforms that have getaddrinfo() withou... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Tom Lane | Handle double-quotes correctly in user names in ACL... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Bruce Momjian | Document threading status. |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Bruce Momjian | Adjust for compiler options for compiler bug. |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Tom Lane | libpq failed to cope with COPY FROM STDIN if the comman... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Tom Lane | Add PQexecPrepared() and PQsendQueryPrepared() function... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Tom Lane | Move MemoryContextCheck() call from bottom of PostgresM... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Teodor Sigaev | Correct error messages |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Teodor Sigaev | More accuracy work with MinWords option of headline... |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Bruce Momjian | I'm quite fond of doing VPATH builds, i.e. building... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Tom Lane | Include 'IPv4', 'IPv6', or 'Unix' in socket-creation... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Tom Lane | Cope with NoData message from backend. Needed for... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Tom Lane | Marginal hacks to move some processing out of the per... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Tom Lane | Change some frequently-reached elog(DEBUG...) calls... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Tom Lane | Avoid unnecessary work when stats collection is disable... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Barry Lind | Applied patch from Oliver Jowett to clean up the jdbc... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Tom Lane | Rewriter and planner should use only resno, not resname... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Barry Lind | Applied patch from Oliver Jowett to better handle inval... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Barry Lind | Applied patch from Oliver Jowett to clean up some aditi... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Barry Lind | Applied patch from Oliver Jewett to fix a deprecation... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Barry Lind | Applied patch from Oliver Jewett to clean up the testin... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Barry Lind | Applied patch by Oliver Jowett to clean up some excepti... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Barry Lind | Applied patch from Oliver Jowett to improve a buffer... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Barry Lind | Applied patch from Kim Ho to fix a regression against... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Tom Lane | Code cleanup inspired by recent resname bug report... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Tom Lane | Do not link in libwsock32 on non-win32 platforms. ... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Tom Lane | Repair potential deadlock created by recent changes... |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Tom Lane | Make various links point to specific places instead... |
commit | commitdiff | tree | snapshot |
2003-08-10 |
Tom Lane | Request verbose error message output in bug reports. |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Tom Lane | Update docs for 7.4 array features and polymorphic... |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Bruce Momjian | I get the following warning when I compile src/bin... |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Bruce Momjian | This makes psql use the new pg_get_viewdef function... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Another pgindent run with updated typedefs. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | pgindent fix for new typedefs. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Remove simple_prompt from /contrib C files, now that... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Tom Lane | Avoid malloc(0). Although standard mallocs seem not... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Tom Lane | Fix nasty little order-of-operations bug in _SPI_cursor... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Remove, no in /port. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Update. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Update items. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Update as done: |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Not needed anymore. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Remove: |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | sprompt not needed in libpq. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Tom Lane | Suppress unused-variable warnings when building without... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Tom Lane | Conversion functions must be STRICT to prevent them... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Peter Eisentraut | Fix null checking of type decimal datums without indica... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Peter Eisentraut | Be a little bit more careful about using sqlstate,... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Peter Eisentraut | Translation updates by Dennis Björklund |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Peter Eisentraut | Remove postgres_ext.h inclusion -- not necessary. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Move simple_prompt()/sprompt.c into /port. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Makefile cleanup. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Cleanup. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Typo cleanup. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Makefile cleanup. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | More thread.c cleanup. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | More threading cleanups. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | more thread.c consistency. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | threads.c -> thread.c, be consistent. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Update done items: |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Bruce Momjian | Remove space between function name and opening paren... |
commit | commitdiff | tree | snapshot |
next |