| Commit message (Expand) | Author | Age |
* | Remove heap_mark4update from AlterTableCreateToastTable. This has | Tom Lane | 2002-09-06 |
* | Fix some operator-precedence problems. New constructs IS DISTINCT FRM | Tom Lane | 2002-09-05 |
* | Assorted fixes for Cygwin: | Peter Eisentraut | 2002-09-05 |
* | Fix compilation warning. (Cygwin has char* as second argument of | Peter Eisentraut | 2002-09-05 |
* | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane | 2002-09-05 |
* | Guard against send-lots-and-lots-of-data DoS attack from unauthenticated | Tom Lane | 2002-09-04 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during | Tom Lane | 2002-09-04 |
* | Refrect the changes to src/test/regress/sql/conversion.sql By Tom. | Tatsuo Ishii | 2002-09-04 |
* | EXTRACT(EPOCH FROM timestamp) gave wrong answers in the int64-timestamp | Tom Lane | 2002-09-03 |
* | Arrange for the default permissions on a database to allow temp table | Tom Lane | 2002-09-03 |
* | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 |
* | Work around mktime() brain damage in recent versions of glibc by using | Tom Lane | 2002-09-03 |
* | Eliminate unnecessary dependency on mktime(), and consequent 'Unable to | Tom Lane | 2002-09-03 |
* | Workaround for format strings that are concatenated from macros | Peter Eisentraut | 2002-09-03 |
* | I think reindex_index had better get AccessExclusiveLock on the parent | Tom Lane | 2002-09-03 |
* | Code review and documentation updates for indisclustered patch. | Tom Lane | 2002-09-03 |
* | Translation updates | Peter Eisentraut | 2002-09-02 |
* | Department of second thoughts: make checks for replacing a view slightly | Tom Lane | 2002-09-02 |
* | > Okay. When you get back to the original issue, the gold is hidden in | Bruce Momjian | 2002-09-02 |
* | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 |
* | Add GUC variable to print original query to the server logs when there | Bruce Momjian | 2002-09-02 |
* | Remove documentation that says debug_query_string is only used by | Bruce Momjian | 2002-09-02 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane | 2002-09-02 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | Add log_duration to GUC/postgresql.conf. | Bruce Momjian | 2002-09-01 |
* | Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoid | Tom Lane | 2002-09-01 |
* | Remove code that suggested increasing wal_files. | Bruce Momjian | 2002-09-01 |
* | Mark the float8 -> int8 cast as implicit. This resolves the problem | Tom Lane | 2002-09-01 |
* | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 |
* | Wups, didn't mean to commit that just yet. | Tom Lane | 2002-08-31 |
* | The UNDEFOID later causes an assertion failure in heap_formtuple when | Tom Lane | 2002-08-31 |
* | Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs | Tom Lane | 2002-08-31 |
* | Add expected tuple descriptor to ReturnSetInfo information for table | Tom Lane | 2002-08-30 |
* | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane | 2002-08-30 |
* | Fix for breakage of C-coded SRFs, from Joe Conway. | Tom Lane | 2002-08-30 |
* | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 |
* | Complete TODO item: | Bruce Momjian | 2002-08-30 |
* | Back out password packet length check. | Bruce Momjian | 2002-08-30 |
* | Group-manipulating code neglected to fill in array element type, | Tom Lane | 2002-08-30 |
* | PL/pgSQL functions can return sets. Neil Conway's patch, modified so | Tom Lane | 2002-08-30 |
* | Fix a bug introduced in 7.2. | Hiroshi Inoue | 2002-08-29 |
* | Sir Mordred The Traitor <mordred@s-mail.com> writes: | Bruce Momjian | 2002-08-29 |
* | Prevent problem with extra-long password packets from allocating lots of | Bruce Momjian | 2002-08-29 |
* | This patch reserves the last superuser_reserved_connections slots for | Bruce Momjian | 2002-08-29 |
* | Adjust nodeFunctionscan.c to reset transient memory context between calls | Tom Lane | 2002-08-29 |
* | Push down outer qualification clauses into UNION and INTERSECT subqueries. | Tom Lane | 2002-08-29 |
* | Cause REINDEX to regard TOAST tables as regular relations, not system | Tom Lane | 2002-08-29 |
* | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 |