aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* I have made three changes to the rtree code: one bug fix andBruce Momjian2001-09-29
* Improve wording.Bruce Momjian2001-09-28
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-28
* Put MD5 salt at the end for security.Bruce Momjian2001-09-27
* Move s_lock.c and spin.c into lmgr subdirectory, which seems a muchTom Lane2001-09-27
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-27
* Improve postgresql.conf descriptions.Bruce Momjian2001-09-27
* Repair oversight in recent changes to index-creation: tuple time qualTom Lane2001-09-26
* Remove useless test for time field in pg_control being > 0. We don'tTom Lane2001-09-26
* Add ALIGN() for cred packet, for OpenBSD.Bruce Momjian2001-09-26
* Disable local creds on OpenBSD because it doesn't support it. DocumentBruce Momjian2001-09-26
* Fix bug in mic2ascii(). It does not handle correctly if none ASCIITatsuo Ishii2001-09-25
* Rename collect_* options to more user-friendly names.Peter Eisentraut2001-09-23
* Make lpad/rpad/translate multibyte aware. Also add Copright notice etc.Tatsuo Ishii2001-09-23
* Add pg_database_encoding_max_length() function.Tatsuo Ishii2001-09-23
* Implement TODO item:Bruce Momjian2001-09-23
* Remove test driversTatsuo Ishii2001-09-22
* Make trim/ltrim/rtrim/btrim multibyte awareTatsuo Ishii2001-09-22
* *** empty log message ***Tatsuo Ishii2001-09-22
* Code review for MD5 authorization patch. Clean up some breakageTom Lane2001-09-21
* Add an overall timeout on the client authentication cycle, so thatTom Lane2001-09-21
* Fix type_maximum_size() to give the right answer in MULTIBYTE cases.Tom Lane2001-09-21
* Produce slightly saner-looking EXPLAIN output for a Result node.Tom Lane2001-09-21
* Give VACUUM its own GUC parameter for memory usage, rather thanTom Lane2001-09-21
* Quick-and-dirty fix for recursive plpgsql functions, per bug report fromTom Lane2001-09-21
* Suppress gcc warning.Tom Lane2001-09-20