2001-06-27 |
Hiroshi Inoue | Handle Procedure calls. |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Tom Lane | Fix a couple remaining places where GUC variables were... |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Tom Lane | Fix a couple remaining places where GUC variables were... |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Tom Lane | Optimizer can now estimate selectivity of IS NULL,... |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Tom Lane | Suppress gcc warning. |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Bruce Momjian | High memory usage |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Bruce Momjian | Back out BYTEA binary compatibility changes. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Peter Eisentraut | Don't use a temp file. It was created insecurely and... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Peter Eisentraut | Since a missing pg_pwd file is a valid situation, don... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Bruce Momjian | > Marko Kreen <marko@l-t.ee> writes: |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Bruce Momjian | Here the latest version and first working release of... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Bruce Momjian | Add TEMPORARY sequences and have SERIAL on a temp table... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Peter Eisentraut | fix markup |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Peter Eisentraut | updates for new startup sequence, some reformatting |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Bruce Momjian | Attached is documentation describing plperlu difference... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Jan Wieck | The new files for statistical system views. |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Jan Wieck | Statistical system views (yet without the config stuff... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Tom Lane | Mention that EXPLAIN results on small tables shouldn... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Peter Eisentraut | Include catalog/pg_type.h instead of manually extractin... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Hiroshi Inoue | Change SQLPrimaryKeys() so that it detects the primary key |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Tom Lane | Add support to lock manager for conditionally locking... |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Tom Lane | Remove unused include file for long-dead flavors of... |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Tom Lane | Tweak error message. |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Bruce Momjian | Fix strangely formatted comment. |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Tom Lane | A bit of code beautification/cleanup of obsolete commen... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Peter Eisentraut | Shared libraries should not be linked explicitly agains... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Peter Eisentraut | -Bsymbolic requires -lc on NetBSD. Also add rpath... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Peter Eisentraut | Re-add explicit declaration of filename_completion_func... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Peter Eisentraut | There is no RTLD_GLOBAL on OpenBSD, says Alex Pilosov... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Peter Eisentraut | Swedish translation for psql (my interpretation of... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Peter Eisentraut | Handle reading of startup packet and authentication... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
D'Arcy J.M... | Make sure that everything says version 3.2. |
commit | commitdiff | tree | snapshot |
2001-06-20 |
D'Arcy J.M... | Add NUMERICOID to this script. This script can be... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Hiroshi Inoue | Change the driver so that large error messages are... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Bruce Momjian | Apparently, on some systems, ExtUtils::Embed and MakeMa... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Bruce Momjian | Attached is a patch to deal with the ones that I missed... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Bruce Momjian | Back out SET ALL patch because it is breaking things. |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Tom Lane | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Tom Lane | Fix badly broken RelationGetRelationName(). |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Tom Lane | Clean up some longstanding problems in shared-cache... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Bruce Momjian | Move temprel name define from temprel.h to rel.h. |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Tom Lane | Bring RelationGetRelationName into sync with new temp... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Hiroshi Inoue | Corrected the check for *message truncated* for the... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Hiroshi Inoue | Changed the error handling as follows. |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | RESET ALL secondary patch: |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | Well, after persuading cvsup and cvs that it _is_ possi... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | The attached patch enables the contrib subtree to build... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | Untar copyright.html file and make good version. |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | Here's a small patch for dblink: |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Tom Lane | Fix some references to USE_AUSTRALIAN_RULES that Bruce... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | Add new dblink to /contrib Makefile.' |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | Add GUC setting for Australian timezones. Uses new... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | Allow removal of system-named pg_* temp tables. Rename... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | Improve wording of authentication files. |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Tom Lane | Do some restructuring to improve performance of the... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Hiroshi Inoue | Fix *escape* handling in copy_statement_with_parameters... |
commit | commitdiff | tree | snapshot |
2001-06-17 |
Tom Lane | Keep the list of to-be-NOTIFYed names in a plain List... |
commit | commitdiff | tree | snapshot |
2001-06-17 |
Tom Lane | Make inet/cidr << and <<= operators indexable. From... |
commit | commitdiff | tree | snapshot |
2001-06-16 |
Tom Lane | Tweak startup sequence so that running out of PROC... |
commit | commitdiff | tree | snapshot |
2001-06-16 |
Tom Lane | It turns out that the relcache thinks it can distinguis... |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Tom Lane | Oops, forgot to commit doco updates for has_table_privi... |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Michael Meskes | fixed bug in connect.c |
commit | commitdiff | tree | snapshot |
2001-06-15 |
D'Arcy J.M... | Add bpchar to list of string types. |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Tom Lane | Add missing PG_SETMASK(&BlockSig) to SIGHUP_handler(). |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Tom Lane | Revoke public read access from pg_statistic, create... |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Bruce Momjian | Allow remote query execution (dblink) |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Bruce Momjian | Remove more NULL lines. |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Bruce Momjian | Fix nulls in HTML file. |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Tom Lane | has_table_privilege functions from Joe Conway (with... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Bruce Momjian | Docs for: |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Tom Lane | Allow a non-superuser database owner to vacuum all... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Bruce Momjian | Fix for duplicate oids just introduced in patch. Don... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Bruce Momjian | Attached is a patch adding following functions: |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Bruce Momjian | Fix compile failure when --enable-multibyte. |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Tom Lane | Don't assume free(NULL) is OK. Yes, I know ANSI C... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Tom Lane | Update some obsolete examples. |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Tom Lane | Remove some dead code, simplify calling convention. |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Michael Meskes | - Synced preproc.y with gram.y. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Tom Lane | Extend GUC concepts of parse_hook and assign_hook to... |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Bruce Momjian | Fix compile error caused by patch application. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Tom Lane | Repair problem with multi-action rules in combination... |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Bruce Momjian | Add Updatable view mention. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Bruce Momjian | Back out has_table_privilege patch. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Bruce Momjian | OK -- here's take #5. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Bruce Momjian | I installed postgres 7.1 with --enable-odbc. I then... |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Tom Lane | Clean up various to-do items associated with system... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Bruce Momjian | The attached patch enables PostgreSQL CVS to build... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Bruce Momjian | Got two patches that were found by folks on the Casto... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Peter Eisentraut | Add French psql translation. (My rendition of French... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
next |