index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
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
*
I have made three changes to the rtree code: one bug fix and
Bruce Momjian
2001-09-29
*
Improve wording.
Bruce Momjian
2001-09-28
*
Measure the current transaction time to milliseconds.
Thomas G. Lockhart
2001-09-28
*
Put MD5 salt at the end for security.
Bruce Momjian
2001-09-27
*
Move s_lock.c and spin.c into lmgr subdirectory, which seems a much
Tom Lane
2001-09-27
*
Remove useless LockDisable() function and associated overhead, per my
Tom Lane
2001-09-27
*
Improve postgresql.conf descriptions.
Bruce Momjian
2001-09-27
*
Repair oversight in recent changes to index-creation: tuple time qual
Tom Lane
2001-09-26
*
Remove useless test for time field in pg_control being > 0. We don't
Tom Lane
2001-09-26
*
Add ALIGN() for cred packet, for OpenBSD.
Bruce Momjian
2001-09-26
*
Disable local creds on OpenBSD because it doesn't support it. Document
Bruce Momjian
2001-09-26
*
Fix bug in mic2ascii(). It does not handle correctly if none ASCII
Tatsuo Ishii
2001-09-25
*
Rename collect_* options to more user-friendly names.
Peter Eisentraut
2001-09-23
*
Make lpad/rpad/translate multibyte aware. Also add Copright notice etc.
Tatsuo Ishii
2001-09-23
*
Add pg_database_encoding_max_length() function.
Tatsuo Ishii
2001-09-23
*
Implement TODO item:
Bruce Momjian
2001-09-23
*
Remove test drivers
Tatsuo Ishii
2001-09-22
*
Make trim/ltrim/rtrim/btrim multibyte aware
Tatsuo Ishii
2001-09-22
*
*** empty log message ***
Tatsuo Ishii
2001-09-22
*
Code review for MD5 authorization patch. Clean up some breakage
Tom Lane
2001-09-21
*
Add an overall timeout on the client authentication cycle, so that
Tom Lane
2001-09-21
*
Fix type_maximum_size() to give the right answer in MULTIBYTE cases.
Tom Lane
2001-09-21
*
Produce slightly saner-looking EXPLAIN output for a Result node.
Tom Lane
2001-09-21
*
Give VACUUM its own GUC parameter for memory usage, rather than
Tom Lane
2001-09-21
*
Quick-and-dirty fix for recursive plpgsql functions, per bug report from
Tom Lane
2001-09-21
*
Suppress gcc warning.
Tom Lane
2001-09-20
[next]