| Commit message (Expand) | Author | Age |
* | Add TEMPORARY sequences and have SERIAL on a temp table have a temporary | Bruce Momjian | 2001-06-23 |
* | Attached is documentation describing plperlu differences from plperl. | Bruce Momjian | 2001-06-22 |
* | The new files for statistical system views. | Jan Wieck | 2001-06-22 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 |
* | Add support to lock manager for conditionally locking a lock (ie, | Tom Lane | 2001-06-22 |
* | Tweak error message. | Tom Lane | 2001-06-21 |
* | Fix strangely formatted comment. | Bruce Momjian | 2001-06-21 |
* | A bit of code beautification/cleanup of obsolete comments. Rethink | Tom Lane | 2001-06-21 |
* | There is no RTLD_GLOBAL on OpenBSD, says Alex Pilosov <alex@pilosoft.com>. | Peter Eisentraut | 2001-06-20 |
* | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut | 2001-06-20 |
* | Back out SET ALL patch because it is breaking things. | Bruce Momjian | 2001-06-19 |
* | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane | 2001-06-19 |
* | Clean up some longstanding problems in shared-cache invalidation. | Tom Lane | 2001-06-19 |
* | RESET ALL secondary patch: | Bruce Momjian | 2001-06-18 |
* | Add GUC setting for Australian timezones. Uses new GUC boolean callback | Bruce Momjian | 2001-06-18 |
* | Allow removal of system-named pg_* temp tables. Rename temp file/dir as | Bruce Momjian | 2001-06-18 |
* | Improve wording of authentication files. | Bruce Momjian | 2001-06-18 |
* | Do some restructuring to improve performance of the catcaches. Teach | Tom Lane | 2001-06-18 |
* | Keep the list of to-be-NOTIFYed names in a plain List palloc'd in | Tom Lane | 2001-06-17 |
* | Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos... | Tom Lane | 2001-06-17 |
* | Tweak startup sequence so that running out of PROC array slots is | Tom Lane | 2001-06-16 |
* | It turns out that the relcache thinks it can distinguish different | Tom Lane | 2001-06-16 |
* | Add missing PG_SETMASK(&BlockSig) to SIGHUP_handler(). | Tom Lane | 2001-06-14 |
* | has_table_privilege functions from Joe Conway (with some kibitzing from | Tom Lane | 2001-06-14 |
* | Allow a non-superuser database owner to vacuum all tables in his | Tom Lane | 2001-06-13 |
* | Attached is a patch adding following functions: | Bruce Momjian | 2001-06-13 |
* | Fix compile failure when --enable-multibyte. | Bruce Momjian | 2001-06-13 |
* | Don't assume free(NULL) is OK. Yes, I know ANSI C says it is. | Tom Lane | 2001-06-13 |
* | Remove some dead code, simplify calling convention. | Tom Lane | 2001-06-13 |
* | Extend GUC concepts of parse_hook and assign_hook to all four supported | Tom Lane | 2001-06-12 |
* | Repair problem with multi-action rules in combination with any nontrivial | Tom Lane | 2001-06-12 |
* | Back out has_table_privilege patch. | Bruce Momjian | 2001-06-12 |
* | OK -- here's take #5. | Bruce Momjian | 2001-06-12 |
* | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 |
* | Nest macros with slightly less enthusiasm, for performance and to avoid | Tom Lane | 2001-06-11 |
* | Move temporary files into 'pg_tempfiles' subdirectory of each database | Tom Lane | 2001-06-11 |
* | Make planner compute the number of hash buckets the same way that | Tom Lane | 2001-06-11 |
* | Fix thinko in hash cost estimation: average frequency | Tom Lane | 2001-06-10 |
* | Allow GRANT/REVOKE to/from more than one user per invocation. Command tag | Peter Eisentraut | 2001-06-09 |
* | Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr. | Tom Lane | 2001-06-09 |
* | Remove RelationGetBufferWithBuffer(), which is horribly confused about | Tom Lane | 2001-06-09 |
* | Preliminary code cleanup in elog(). Split out some code into utility | Peter Eisentraut | 2001-06-08 |
* | reset all: command line and .conf options change defaults | Bruce Momjian | 2001-06-07 |
* | This adds unary plus capability. No grammar changes, per Tom's request. | Bruce Momjian | 2001-06-07 |
* | get_seq_name should truncate name to NAMEDATALEN, so that this works: | Tom Lane | 2001-06-06 |
* | Be a little smarter about deciding how many most-common values to save. | Tom Lane | 2001-06-06 |
* | Adjust WAL code so that checkpoints truncate the xlog at the previous | Tom Lane | 2001-06-06 |
* | Correct permissions-checking bugs associated with ancient decision to | Tom Lane | 2001-06-05 |
* | Improve planning of OR indexscan plans: for quals like | Tom Lane | 2001-06-05 |
* | Further work on making use of new statistics in planner. Adjust APIs | Tom Lane | 2001-06-05 |