projects
/
users
/
gsingh
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/gsingh/postgres.git
2004-04-02
Tom Lane
Clean up some code that had gotten a bit ugly through...
commit
|
commitdiff
|
tree
2004-04-02
Tom Lane
Get rid of crocky use of RangeVar nodes in parser to...
commit
|
commitdiff
|
tree
2004-04-02
Dennis Bjorklund
Translation updates
commit
|
commitdiff
|
tree
2004-04-02
Dennis Bjorklund
Translation updates
commit
|
commitdiff
|
tree
2004-04-02
Tom Lane
Fix some more compatibility issues (ctype.h macros...
commit
|
commitdiff
|
tree
2004-04-01
Tom Lane
Fix some portability issues with new float input code...
commit
|
commitdiff
|
tree
2004-04-01
Tom Lane
Fix some portability issues (reliance on gcc-isms).
commit
|
commitdiff
|
tree
2004-04-01
Tom Lane
Fix portability issues with functions that don't match...
commit
|
commitdiff
|
tree
2004-04-01
Tom Lane
Add missing casts to unsigned char in recently-added...
commit
|
commitdiff
|
tree
2004-04-01
Tom Lane
Adjust expected regression outputs for plan changes...
commit
|
commitdiff
|
tree
2004-04-01
Tom Lane
Replace TupleTableSlot convention for whole-row variabl...
commit
|
commitdiff
|
tree
2004-04-01
Bruce Momjian
Improve comments on USERLIMIT GUC processing.
commit
|
commitdiff
|
tree
2004-03-31
Bruce Momjian
Add description of log_statement_stats's function ...
commit
|
commitdiff
|
tree
2004-03-31
Bruce Momjian
Back out tutorial changes:
commit
|
commitdiff
|
tree
2004-03-31
Bruce Momjian
Add psql backslash command discussion.
commit
|
commitdiff
|
tree
2004-03-31
Bruce Momjian
Add:
commit
|
commitdiff
|
tree
2004-03-31
Bruce Momjian
Remove:
commit
|
commitdiff
|
tree
2004-03-30
Bruce Momjian
Fix markup errors from recent patch.
commit
|
commitdiff
|
tree
2004-03-30
Bruce Momjian
1. In keeping with the recent discussion that there...
commit
|
commitdiff
|
tree
2004-03-30
Bruce Momjian
Add:
commit
|
commitdiff
|
tree
2004-03-30
Bruce Momjian
Add mention of how to use \df to find functions using...
commit
|
commitdiff
|
tree
2004-03-30
Bruce Momjian
Fix to_char for 1 BC. Previously it returned 1 AD.
commit
|
commitdiff
|
tree
2004-03-30
Teodor Sigaev
Cleanup vectors of GISTENTRY and eliminate problem...
commit
|
commitdiff
|
tree
2004-03-29
Tom Lane
Use fuzzy comparison of path costs in add_path(), so...
commit
|
commitdiff
|
tree
2004-03-29
Michael Meskes
Fixed possible segfault in type.c (by Juergen Cappel)
commit
|
commitdiff
|
tree
2004-03-29
Bruce Momjian
Update FAQ from Robert Treat
commit
|
commitdiff
|
tree
2004-03-28
Tom Lane
Some further editorializing on README.CVS.
commit
|
commitdiff
|
tree
2004-03-28
Bruce Momjian
Clean up thread test program.
commit
|
commitdiff
|
tree
2004-03-27
Bruce Momjian
Add test for thread-safe errno to thread test program.
commit
|
commitdiff
|
tree
2004-03-27
Bruce Momjian
Add comment about psql \s (history display):
commit
|
commitdiff
|
tree
2004-03-27
Bruce Momjian
Clean up function call arg appearance.
commit
|
commitdiff
|
tree
2004-03-27
Bruce Momjian
Change small 'if/else' test to use Max().
commit
|
commitdiff
|
tree
2004-03-27
Tom Lane
Fix brain-dead placement of global variable declaration.
commit
|
commitdiff
|
tree
2004-03-27
Tom Lane
Now that we are allowing index opclasses to contain...
commit
|
commitdiff
|
tree
2004-03-26
Bruce Momjian
Add -D_REENTRANT for Solaris threading.
commit
|
commitdiff
|
tree
2004-03-26
Neil Conway
More cross-reference work, other minor SGML fixes and...
commit
|
commitdiff
|
tree
2004-03-25
Bruce Momjian
Update gcc solaris flags.
commit
|
commitdiff
|
tree
2004-03-25
Bruce Momjian
Fix for SSL compile.
commit
|
commitdiff
|
tree
2004-03-25
Tom Lane
Convert some GUC variable references to links.
commit
|
commitdiff
|
tree
2004-03-25
Teodor Sigaev
1 Minimize memory allocation for void (but not null...
commit
|
commitdiff
|
tree
2004-03-24
Tom Lane
Add a more useful error message for the case where...
commit
|
commitdiff
|
tree
2004-03-24
Tom Lane
Replace max_expr_depth parameter with a max_stack_depth...
commit
|
commitdiff
|
tree
2004-03-24
Bruce Momjian
Add:
commit
|
commitdiff
|
tree
2004-03-24
Tom Lane
Adjust error message wording per Andrew Dunstan's advice.
commit
|
commitdiff
|
tree
2004-03-24
Neil Conway
Make a cross-reference in the ALTER TABLE ref page...
commit
|
commitdiff
|
tree
2004-03-24
Bruce Momjian
Update description error text:
commit
|
commitdiff
|
tree
2004-03-24
Bruce Momjian
Here's a patch implementing the "thread method" to...
commit
|
commitdiff
|
tree
2004-03-24
Bruce Momjian
Allow unlink/rename of files open by another process...
commit
|
commitdiff
|
tree
2004-03-24
Neil Conway
Fix a minor typo in the log_line_prefix docs and make...
commit
|
commitdiff
|
tree
2004-03-24
Bruce Momjian
Add thread locking to SSL and Kerberos connections.
commit
|
commitdiff
|
tree
2004-03-24
Bruce Momjian
Document fallback to tcp/ip localhost connection from...
commit
|
commitdiff
|
tree
2004-03-24
Neil Conway
Fix some whitespace formatting, and remove an overly...
commit
|
commitdiff
|
tree
2004-03-24
Bruce Momjian
>>Also, what is the default connection mode of psql...
commit
|
commitdiff
|
tree
2004-03-24
Bruce Momjian
Use the new GUC variable default_with_oids in pg_dump...
commit
|
commitdiff
|
tree
2004-03-24
Neil Conway
Update the float8 regression tests: they should now...
commit
|
commitdiff
|
tree
2004-03-23
Tom Lane
PQresult should be PGresult.
commit
|
commitdiff
|
tree
2004-03-23
Tom Lane
Fix small typo.
commit
|
commitdiff
|
tree
2004-03-23
Tom Lane
Repair misleading description of MOVE's command tag...
commit
|
commitdiff
|
tree
2004-03-23
Tom Lane
Use dollar-quoting for function bodies, unless disabled...
commit
|
commitdiff
|
tree
2004-03-23
Bruce Momjian
When changing select() calls for delays into pg_usleep...
commit
|
commitdiff
|
tree
2004-03-23
Tom Lane
Upgrade ALTER TABLE DROP COLUMN so that it can drop...
commit
|
commitdiff
|
tree
2004-03-23
Neil Conway
Minor SGML improvements.
commit
|
commitdiff
|
tree
2004-03-23
Neil Conway
Fix typo in postmaster reference page: from Tom.
commit
|
commitdiff
|
tree
2004-03-23
Bruce Momjian
fflush() FILE buffer to descriptor so stat call gets...
commit
|
commitdiff
|
tree
2004-03-23
Neil Conway
Improve the locale and character set docs, add some...
commit
|
commitdiff
|
tree
2004-03-23
Bruce Momjian
Fix getpwuid_r call:
commit
|
commitdiff
|
tree
2004-03-23
Tom Lane
Replace the virtual_host and tcpip_socket parameters...
commit
|
commitdiff
|
tree
2004-03-22
Tom Lane
Before deciding we can use a socket for statistics...
commit
|
commitdiff
|
tree
2004-03-22
Tom Lane
Add missing extern for optind.
commit
|
commitdiff
|
tree
2004-03-22
Tom Lane
Clean up rather poor description of the difference...
commit
|
commitdiff
|
tree
2004-03-22
Tom Lane
Standardize output buffer size and display format for...
commit
|
commitdiff
|
tree
2004-03-22
Bruce Momjian
Disasble threads on unixware until other platforms...
commit
|
commitdiff
|
tree
2004-03-22
Bruce Momjian
Increase xlog str_time() static string variable, per...
commit
|
commitdiff
|
tree
2004-03-22
Bruce Momjian
In working through a pg_autovacuum problem with Joe...
commit
|
commitdiff
|
tree
2004-03-22
Bruce Momjian
I just noticed that \dp outputs "Table" to indicate...
commit
|
commitdiff
|
tree
2004-03-22
Bruce Momjian
Adds DLLIMPORT modifier to check_function_bodies
commit
|
commitdiff
|
tree
2004-03-22
Bruce Momjian
Add mention of "-D_POSIX_PTHREAD_SEMANTICS" enabling...
commit
|
commitdiff
|
tree
2004-03-22
Tom Lane
Add timestamp-versus-timestamptz cross-type comparison...
commit
|
commitdiff
|
tree
2004-03-21
Tom Lane
Revise syntax-error reporting behavior to give pleasant...
commit
|
commitdiff
|
tree
2004-03-21
Dennis Bjorklund
Translation updates
commit
|
commitdiff
|
tree
2004-03-21
Dennis Bjorklund
Translation updates
commit
|
commitdiff
|
tree
2004-03-20
Tom Lane
Rewrite pg_dump's comment-dumping code to pull over...
commit
|
commitdiff
|
tree
2004-03-20
Bruce Momjian
Remove suggestiong for using test for wal_sync_method.
commit
|
commitdiff
|
tree
2004-03-20
Bruce Momjian
Always test getpwuid_r because HEAD always uses *_r...
commit
|
commitdiff
|
tree
2004-03-20
Bruce Momjian
Handle draft version of getpwuid_r() that accepts only...
commit
|
commitdiff
|
tree
2004-03-19
Tom Lane
Add a usage example for has_function_privilege().
commit
|
commitdiff
|
tree
2004-03-19
Tom Lane
Create a validator for plpgsql, so that some minimal...
commit
|
commitdiff
|
tree
2004-03-19
Tom Lane
Code review for log_line_prefix patch. Cooperate with...
commit
|
commitdiff
|
tree
2004-03-18
Bruce Momjian
Make test_fsync use optimizer flag.
commit
|
commitdiff
|
tree
2004-03-18
Bruce Momjian
Fix log_executor_stats if() test.
commit
|
commitdiff
|
tree
2004-03-18
Bruce Momjian
Add Unixware thread support from Larry Rosenman.
commit
|
commitdiff
|
tree
2004-03-18
Bruce Momjian
Allocate 16mb file for testing.
commit
|
commitdiff
|
tree
2004-03-18
Bruce Momjian
Have program default to 1000 loops, and add file name...
commit
|
commitdiff
|
tree
2004-03-18
Bruce Momjian
Add comment about using this testing for wal_sync_method.
commit
|
commitdiff
|
tree
2004-03-18
Bruce Momjian
Add fsync tests:
commit
|
commitdiff
|
tree
2004-03-18
Bruce Momjian
Mention which fsync methods are unavailable.
commit
|
commitdiff
|
tree
2004-03-18
Bruce Momjian
Add permission mode to opens().
commit
|
commitdiff
|
tree
2004-03-18
Bruce Momjian
Add missing include
commit
|
commitdiff
|
tree
2004-03-18
Bruce Momjian
Remove acccidental object/binary files.
commit
|
commitdiff
|
tree
2004-03-18
Bruce Momjian
Add fsync test program. It tests fsync to see if times...
commit
|
commitdiff
|
tree
next