index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2001-10-25
Add slash for comment spacing, for Tom.
Bruce Momjian
2001-10-25
Add comment spaces for trailing ) and comment.
Bruce Momjian
2001-10-25
Add spacing for single-line comments with trailing semicolon _and_
Bruce Momjian
2001-10-25
Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid
Tom Lane
2001-10-25
Add missing output routine for FkConstraint nodes.
Tom Lane
2001-10-25
Code cleanup.
REL7_2_BETA1
Bruce Momjian
2001-10-25
pgjindent jdbc files. First time jdbc files were formatted.
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
Update to prevent CATALOG() from wrapping.
Bruce Momjian
2001-10-25
Add current typedef symbols to pgindent.
Bruce Momjian
2001-10-25
Add do { ... } while (0) to more bad macros.
Bruce Momjian
2001-10-25
Add missing "do { ... } while(0)" in ODBC macros and add find_baddefs
Bruce Momjian
2001-10-24
Include locale.h before undefining gettext() to avoid compilation errors
Peter Eisentraut
2001-10-24
All three *.po patches applied.
Bruce Momjian
2001-10-24
Here is a patch for DatabaseMetaData to show precision properly. It is
Bruce Momjian
2001-10-24
Allow concurrent index creation for the same table.
Hiroshi Inoue
2001-10-24
fix for a bug in DatabaseMetaData.getIndexInfo(). This fixes a bug reported ...
Barry Lind
2001-10-23
Forbid the switch combination --clean --create, which is pointless
Tom Lane
2001-10-23
Document range restriction on bit values used in INTERVAL typmod.
Tom Lane
2001-10-23
Add support for INTERVAL's new typmod values to format_type.
Tom Lane
2001-10-23
Fix foreign keys on system columns.
Tom Lane
2001-10-23
Make SPI's column-accessing functions work for system columns as well as
Tom Lane
2001-10-23
Now I had them reversed. Wow that syntax is error-prone.
Bruce Momjian
2001-10-23
Syntax fix. Can't use #ifdef in gram.y.
Bruce Momjian
2001-10-23
Back out LIMIT #,# removal and mark it as to-be-removed in 7.3.
Bruce Momjian
2001-10-23
Add error checking to PageRepairFragmentation to ensure that it can
Tom Lane
2001-10-22
Cause transformIndexConstraints() to do the right thing with requests
Tom Lane
2001-10-22
Consolidate tables of known system attributes into one table.
Tom Lane
2001-10-22
Update for latest fixes.
Tom Lane
2001-10-22
Further cleanup of ps_status setup code. On platforms where the
Tom Lane
2001-10-22
Add defenses against invalid operator names passed in CREATE OPERATOR
Tom Lane
2001-10-22
Rebuild cached function definition after CREATE OR REPLACE FUNCTION.
Tom Lane
2001-10-22
Generate correct syntax for DROP OPERATOR with unary operators.
Tom Lane
2001-10-22
synced preproc.y with gram.y
Michael Meskes
2001-10-21
Fix FindExec() for case where executable is found via a relative path
Tom Lane
2001-10-21
Fix getopt-vs-init_ps_display problem by copying original argv[] info,
Tom Lane
2001-10-20
Revert change to autodetect '__getopt_initialized' variable ... turns
Tom Lane
2001-10-20
Change LIMIT #,# error message to be more generic.
Bruce Momjian
2001-10-20
Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion.
Bruce Momjian
2001-10-20
Fix transposed arguments for typmod for one INTERVAL production.
Thomas G. Lockhart
2001-10-19
Fix plperl to discard cached function definition after CREATE OR
Tom Lane
2001-10-19
Proper fix for glibc getopt() botch. Surprising we did not see this
Tom Lane
2001-10-19
Fix a lot of confusion between typlen and typmod. Didn't hurt too much
Tom Lane
2001-10-19
Set optreset on platforms that have it before launching postmaster
Tom Lane
2001-10-19
Ensure that all startup paths (postmaster, standalone postgres, or
Tom Lane
2001-10-19
Rename macro arg to avoid useless compiler warning when building plperl.
Tom Lane
2001-10-19
> This stops the interface from leaking the row tuples (and thus the
Bruce Momjian
2001-10-19
removed "not fully implemented" warning for nullif
Michael Meskes
2001-10-19
Change SC_fetch() to not retrieve data in case the
Hiroshi Inoue
2001-10-19
Fix pltcl to update cached function def after
Tom Lane
[next]