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
Age
Commit message (
Expand
)
Author
2002-08-10
This patch removes a lot of unused code related to assertions and
Bruce Momjian
2002-08-10
psql prints its version number in its startup message, per recent
Tom Lane
2002-08-10
Allow schema-qualified operator names to be used in the optional
Tom Lane
2002-08-10
Fix failure to relink postmaster executable in the first make run if only a
Peter Eisentraut
2002-08-10
Make sure all clients have the same understanding of default user name
Peter Eisentraut
2002-08-10
Get rid of double PQclear(res) in error path.
Tom Lane
2002-08-10
Add a sanity check to make sure that all system catalogs that have OIDs
Tom Lane
2002-08-10
psql backslash commands are schema-aware. Pattern matching behavior
Tom Lane
2002-08-09
Make sure monetary, numeric, and time locale categories are set to C and
Peter Eisentraut
2002-08-09
Column ordering in \d output should agree with sort ordering;
Tom Lane
2002-08-09
has_table_privilege spawns scions has_database_privilege, has_function_privil...
Tom Lane
2002-08-09
Change LOCK statements to start new transaction
Hiroshi Inoue
2002-08-08
Done:
Bruce Momjian
2002-08-08
Add:
Bruce Momjian
2002-08-08
Make the standard system views schema-aware.
Tom Lane
2002-08-08
Arrange to collect statistics on a few more system catalog columns.
Tom Lane
2002-08-08
Cause view/rule display to work as expected after rename of an underlying
Tom Lane
2002-08-08
Some improvements in geometric-operators documentation.
Tom Lane
2002-08-08
Fix bug in encoding conversion table
Tatsuo Ishii
2002-08-08
Address build problems on cygwin and (hopefully) AIX.
Tatsuo Ishii
2002-08-08
Load and keep conversion function info when SET CLIENT_ENCODING TO is
Tatsuo Ishii
2002-08-08
Remove #ifdef MULTIBYTE
Tatsuo Ishii
2002-08-08
Cause schema-qualified FROM items and schema-qualified variable references
Tom Lane
2002-08-08
Clean up plpgsql identifier handling: process quoted identifiers
Tom Lane
2002-08-08
parseTypeString wasn't quite paranoid enough.
Tom Lane
2002-08-07
Fix permission checking for temp-table namespace.
Tom Lane
2002-08-07
Improve 'failed to initialize' messages.
Tom Lane
2002-08-06
Updated translation from Dennis Bjorklund <db@zigo.dhs.org>
Peter Eisentraut
2002-08-06
Still more paranoia in PageAddItem: disallow specification of an item
Tom Lane
2002-08-06
Remove no-longer-used PageManagerMode enum.
Tom Lane
2002-08-06
Move pg_convert3 declaration to suppress compile warning. Really
Tom Lane
2002-08-06
Add SQL99 CONVERT() function.
Tatsuo Ishii
2002-08-06
Patch for current CVS. It add test of lca() to ltree test suite.
Bruce Momjian
2002-08-06
Of course, the simple change has ripple effects! Here's a patch for the
Bruce Momjian
2002-08-06
>> Hm. I'd sort of expect the "z" to become both the table and column
Bruce Momjian
2002-08-06
The attached patch disallows the use of coldeflists for functions that
Bruce Momjian
2002-08-06
This patch fixes two typos in the documentation for the newly added
Bruce Momjian
2002-08-06
This patch changes the behavior of PostgreSQL so that if any queries are
Bruce Momjian
2002-08-06
Restructure local-buffer handling per recent pghackers discussion.
Tom Lane
2002-08-05
Forgot to add/remove files.
Peter Eisentraut
2002-08-05
Add User's Guide chapters on Data Definition and Data Manipulation.
Peter Eisentraut
2002-08-05
Restructure system-catalog index updating logic. Instead of having
Tom Lane
2002-08-05
Preliminary code review for anonymous-composite-types patch: fix breakage
Tom Lane
2002-08-05
Fix compilation problem with assert checking enabled for recent xlog
Thomas G. Lockhart
2002-08-05
Code review for anonymous-functions patch --- clean up some confusion
Tom Lane
2002-08-04
Temporary solution for XLogDir breakage.
Tom Lane
2002-08-04
Fix merge failures for anonymous-type patch. From Joe Conway.
Tom Lane
2002-08-04
Fix broken pg_backend_pid reference, per Joe Conway.
Tom Lane
2002-08-04
Another backend_pid rename.
Bruce Momjian
2002-08-04
Fix compile failures for FRS composite tyhpe patch until Joe can fix it.
Bruce Momjian
[next]