- 29 Dec, 2001 13 commits
-
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
when decoding date fields.
-
Thomas G. Lockhart authored
Update the list of recognized time zones. Document the range of arguments allowed for SET TIME ZONE. Still need to add info on other date/time symbols (e.g. "AM", "T") and to freshen the docs on the date/time parsing rules.
-
Thomas G. Lockhart authored
cases which should have worked but did not. Now supports julian day (J2452271), ISO time labels (T040506) and various combinations of spaces and run-togethers of dates, times, and time zones. All regression tests pass, and I have more tests to add after the 7.2 release (don't want to require changes to the ancillary horology result files until after then).
-
Bruce Momjian authored
-
Bruce Momjian authored
--- > * Allow queries across multiple databases [crossdb]
-
Bruce Momjian authored
> * Change DEBUG startup tag to NOTICE; change NOTICE to output to client > only if client exists (Bruce) This item is not done: < * -Make elog(LOG) in WAL its own output type, distinct from DEBUG (Peter E) --- > * Make elog(LOG) in WAL its own output type, distinct from DEBUG
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Add --port flag to regression tests
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Change FIXED_CHAR_SEL to 0.20 from 0.04 to give better selectivity (Bruce)
-
Bruce Momjian authored
-
- 28 Dec, 2001 21 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
> * Report failure to find readline or zlib at end of configure run
-
Bruce Momjian authored
> o Change syntax to WITH DELIMITER, (keep old syntax around?)
-
Bruce Momjian authored
> * Add WAL index reliability improvement to non-btree indexes
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
< * Improve access-permissions check on data directory in CYGWIN (Tom) --- > * Improve access-permissions check on data directory in Cygwin (Tom)
-
Bruce Momjian authored
< --- > * Improve access-permissions check on data directory in CYGWIN (Tom)
-
Tom Lane authored
'volatile' pointers to access those structures, so that optimizing compilers will not decide to move the structure accesses outside of the spinlock-acquire-to-spinlock-release sequence. There are no known bugs in these uses at present, but based on bad experience with lwlock.c, it seems prudent to ensure that we protect these other uses too. Per pghackers discussion around 12-Dec. (Note: it should not be necessary to worry about structures protected by LWLocks, since the LWLock acquire and release operations are not inline macros.)
-
Bruce Momjian authored
> * Allow binding query args over FE/BE protocol
-
Bruce Momjian authored
> o Have ALTER TABLE OWNER change all dependant objects like indexes
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
< o Allow SELECT of array of strings into a auto-sized variable --- > o -Allow SELECT of array of strings into a auto-sized variable > o auto allocation for indicator variable arrays (int *ind_p=NULL) > o auto allocation for string arrays (char **foo_pp=NULL) > o ECPGfree_auto_mem fixed > o all function names with external linkage are now prefixed by ECPG
-
Bruce Momjian authored
> * Add OpenBSD's getpeereid() call for local socket authentication (Bruce)
-
Bruce Momjian authored
> * -Allow secure single-user access without passwords using Unix socket permissions > * Make single-user local socket access permissions the default (Peter E)
-
Bruce Momjian authored
! * Add PGPASSWORDFILE environment variable or ~/.pgpass to store ! user/host/password combinations
-
Bruce Momjian authored
list: * Add optional CRC checksum to heap and index pages
-
- 27 Dec, 2001 6 commits
-
-
Tom Lane authored
-
Tom Lane authored
description of COMMENT command.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-