2001-10-25 |
Bruce Momjian | Add slash for comment spacing, for Tom. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Bruce Momjian | Add comment spaces for trailing ) and comment. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Bruce Momjian | Add spacing for single-line comments with trailing... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Bruce Momjian | Remove <> from FAQ_MSWIN, for Vince. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Tom Lane | Add int2-to-int8 and int8-to-int2 conversion routines... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Tom Lane | Add missing output routine for FkConstraint nodes. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
PostgreSQL... | bmake sure that configure is tags as 7.2b1 now instead... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Bruce Momjian | Code cleanup. REL7_2_BETA1 |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Bruce Momjian | pgjindent jdbc files. First time jdbc files were forma... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Bruce Momjian | pgindent run on all C files. Java run to follow. ... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Bruce Momjian | Update to prevent CATALOG() from wrapping. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Bruce Momjian | Add current typedef symbols to pgindent. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Bruce Momjian | Add do { ... } while (0) to more bad macros. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Bruce Momjian | Add more missing 'do { ... } while (0)' in missing... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Bruce Momjian | Add missing "do { ... } while(0)" in ODBC macros and... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Peter Eisentraut | Include locale.h before undefining gettext() to avoid... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Bruce Momjian | All three *.po patches applied. |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Bruce Momjian | Here is a patch for DatabaseMetaData to show precision... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Hiroshi Inoue | Allow concurrent index creation for the same table. |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Tatsuo Ishii | "time" is now a reserved keyword(changed to "mtime"). |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Barry Lind | fix for a bug in DatabaseMetaData.getIndexInfo(). ... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Tom Lane | Editorial work on descriptions of options. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Tom Lane | Forbid the switch combination --clean --create, which... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Tom Lane | Document range restriction on bit values used in INTERV... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Tom Lane | Add support for INTERVAL's new typmod values to format_... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Tom Lane | Fix foreign keys on system columns. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Tom Lane | Make SPI's column-accessing functions work for system... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Bruce Momjian | Move ALL out of UNION|INTERSECT|EXCEPT syntax. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Bruce Momjian | Now I had them reversed. Wow that syntax is error... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Bruce Momjian | Syntax fix. Can't use #ifdef in gram.y. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Bruce Momjian | Back out LIMIT #,# removal and mark it as to-be-removed... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Tom Lane | Add error checking to PageRepairFragmentation to ensure... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Tom Lane | Add note explaining that multiple prompts for a passwor... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Tom Lane | Cause transformIndexConstraints() to do the right thing... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Tom Lane | Consolidate tables of known system attributes into... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Tom Lane | Update for latest fixes. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Tom Lane | Further cleanup of ps_status setup code. On platforms... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Tom Lane | Add defenses against invalid operator names passed... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Tom Lane | Rebuild cached function definition after CREATE OR... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Tom Lane | Generate correct syntax for DROP OPERATOR with unary... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Bruce Momjian | Add ecpg items to HISTORY file. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Peter Eisentraut | Make the CREATE TABLE ref page more readable and update... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Michael Meskes | synced preproc.y with gram.y |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Tom Lane | Fix FindExec() for case where executable is found via... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Tom Lane | Fix getopt-vs-init_ps_display problem by copying origin... |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Tom Lane | Revert change to autodetect '__getopt_initialized'... |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Bruce Momjian | Change LIMIT #,# error message to be more generic. |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Bruce Momjian | Remove LIMIT #,# and suggest LIMIT # OFFSET #, per... |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Thomas G. Lockhart | Fix transposed arguments for typmod for one INTERVAL... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Fix plperl to discard cached function definition after... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Proper fix for glibc getopt() botch. Surprising we... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Fix a lot of confusion between typlen and typmod. ... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Set optreset on platforms that have it before launching... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Ensure that all startup paths (postmaster, standalone... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Rename macro arg to avoid useless compiler warning... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Bruce Momjian | Without this patch I couldn't compile PostgreSQL on... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Bruce Momjian | > This stops the interface from leaking the row tuples... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Michael Meskes | removed "not fully implemented" warning for nullif |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Hiroshi Inoue | Change SC_fetch() to not retrieve data in case the |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Fix pltcl to update cached function def after |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Typo. |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Tom Lane | Move init_ps_display from postgres.c to postmaster... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Spell 'between' correctly, clean up spacing in error... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Fix memory leakage when sending notice messages to... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Fix authentication so that it doesn't record an extra... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Add STATUS_EOF value needed for auth.c. Remove a bunch... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Fix several problems with simple_prompt() --- the nasti... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Bruce Momjian | Change error code docs to use colons. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Bruce Momjian | Document all the ecpg error codes. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Update for new expected results. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Didn't compile on non-HAVE_TM_ZONE machines. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Repair missing brace in HAVE_INT_TIMEZONE case. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Thomas G. Lockhart | Accept an INTERVAL argument for SET TIME ZONE per SQL99. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Tom Lane | Extend code that deduces implied equality clauses to... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Michael Meskes | Added Lee Kindness' patches. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Bruce Momjian | Update file for pgcrypto. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Tom Lane | Add documentation about statistics collector and stats... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Tom Lane | Make sure to clean out old activity string when recycli... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Tom Lane | Use LEFT JOIN, not FULL JOIN, in statistical views. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Barry Lind | Updated the list of encodings supported to match what... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Barry Lind | Added some additional comments in the code |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Bruce Momjian | Python handle as string all int8 values from postgresql... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Tatsuo Ishii | Ok, here is the modified encoding table (column1 is... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Tom Lane | Add a section about the planner's statistics, including... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tom Lane | Add note about pg_stats to pg_statistic entry; add... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tom Lane | Doesn't anyone test stuff before they commit it? |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tom Lane | Fix some portability problems (get it to compile, at... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tom Lane | Fix some portability problems (get it to compile, at... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tom Lane | Fix some portability problems (get it to compile, at... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Bruce Momjian | > Uh, isn't the correct fix |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tom Lane | Updated regression test for tsearch, from Teodor Sigaev. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Bruce Momjian | Prompt for password from /dev/tty and fall back to... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tatsuo Ishii | Forgot to add this file... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Bruce Momjian | PG_DUMP NLS (Russian) |
commit | commitdiff | tree | snapshot |
next |