| Commit message (Expand) | Author | Age |
* | Fix transformExpr() to not scribble on its input datastructure while | Tom Lane | 2001-10-08 |
* | Fix ruleutils to depend on format_type, rather than having a private | Tom Lane | 2001-10-08 |
* | Make ALTER TABLE RENAME COLUMN update column names of indexes that | Tom Lane | 2001-10-08 |
* | Remove redundant code, update comments, cause CURRENT_TIME to | Tom Lane | 2001-10-08 |
* | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 |
* | files attached are Traditional Chinese translations translated | Bruce Momjian | 2001-10-05 |
* | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 |
* | > > I am quite sure that all AIX Versions accept the CLOBBER method, | Bruce Momjian | 2001-10-05 |
* | Define CEST as a synonym for Central European Savings Time | Thomas G. Lockhart | 2001-10-05 |
* | Implement explicit date/time precision per SQL99 spec. | Thomas G. Lockhart | 2001-10-05 |
* | Consider interpreting a function call as a trivial (binary-compatible) | Tom Lane | 2001-10-04 |
* | Ooops, I was a little too enthusiastic about suppressing default | Tom Lane | 2001-10-04 |
* | Plug memory leaks introduced by dynamic-search-path changes. | Tom Lane | 2001-10-04 |
* | Make the world safe for atttypmod=0 ... this didn't use to mean anything, | Tom Lane | 2001-10-04 |
* | Make current_time deliver a fractional-second answer. | Tom Lane | 2001-10-04 |
* | I've just finished the Chinese NLS support(zh_CN part) files | Bruce Momjian | 2001-10-04 |
* | Attached please find an initiation of the | Bruce Momjian | 2001-10-04 |
* | AdjustTimeForTypmod has the same bug ... | Tom Lane | 2001-10-04 |
* | Fix some problems in new variable-resolution-timestamp code. | Tom Lane | 2001-10-04 |
* | Add dependency for regexec.c | Tatsuo Ishii | 2001-10-04 |
* | Add dependency for like.c | Tatsuo Ishii | 2001-10-04 |
* | Optimization for single byte encodings. | Tatsuo Ishii | 2001-10-04 |
* | Consistently use gcc's __attribute__((format)) to check sprintf-style | Tom Lane | 2001-10-03 |
* | DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax | Tom Lane | 2001-10-03 |
* | Teach format_type about time/timestamp precision, so that pg_dump and | Tom Lane | 2001-10-03 |
* | Add missing TIMESTAMPTZ case. | Tom Lane | 2001-10-03 |
* | AdjustTimestampForTypmod does not work (at least not portably) on | Tom Lane | 2001-10-03 |
* | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart | 2001-10-03 |
* | Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function | Tom Lane | 2001-10-02 |
* | Revise shmget() and semget() failure messages to mention the possibility | Tom Lane | 2001-10-01 |
* | Extend pg_get_indexdef() to know about index predicates. Also, tweak | Tom Lane | 2001-10-01 |
* | Make inclusion logic for sys/sem.h and sys/ipc.h consistent across all | Tom Lane | 2001-10-01 |
* | Add sys/types.h for FreeBSD compile. | Bruce Momjian | 2001-10-01 |
* | Clean up a little more carefully around fork of pgstat subprocess. | Tom Lane | 2001-10-01 |
* | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane | 2001-10-01 |
* | Suppress timestamp_ops for backwards compatibility with 7.1 pg_dump. | Tom Lane | 2001-10-01 |
* | Remove C++ style comment. Some compilers won't accept it. | Tatsuo Ishii | 2001-10-01 |
* | Clean up encode/decode functions a little bit. | Tom Lane | 2001-09-30 |
* | pg_stat_get_backend_idset should reset fmgr_info->fn_extra at end of | Tom Lane | 2001-09-30 |
* | Allow the postmaster to accept changes in PGC_BACKEND GUC variables | Tom Lane | 2001-09-30 |
* | ISTM that IsUnderPostmaster should mean we are a child process of the | Tom Lane | 2001-09-30 |
* | Create a GUC parameter max_files_per_process that is a configurable | Tom Lane | 2001-09-30 |
* | Back out change. Too many place to change too close to beta: | Bruce Momjian | 2001-09-30 |
* | Tweak btree page split logic so that when splitting a page that is | Tom Lane | 2001-09-29 |
* | Do this TODO item: | Bruce Momjian | 2001-09-29 |
* | Cope with the likelihood that setlocale and localeconv will return | Tom Lane | 2001-09-29 |
* | Clean up comments. | Tom Lane | 2001-09-29 |
* | Whoops, I was a tad too enthusiastic about using shared lock mode for | Tom Lane | 2001-09-29 |
* | Keep the contents of ItemPointerData not the pointers so that | Hiroshi Inoue | 2001-09-29 |
* | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 |