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