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
2005-10-03
Tom Lane
Preserve tuple OIDs during ATRewriteTable. Per gripe...
commit
|
commitdiff
|
tree
2005-09-28
Tom Lane
Repair planning bug introduced in 7.4: outer-join ON...
commit
|
commitdiff
|
tree
2005-09-28
Alvaro Herrera
Translation updates for the 8.0 branch
commit
|
commitdiff
|
tree
2005-09-28
Bruce Momjian
Update Russian FAQ.
commit
|
commitdiff
|
tree
2005-09-23
Bruce Momjian
Backpatch to 8.0.X:
commit
|
commitdiff
|
tree
2005-09-22
Bruce Momjian
Update FAQ's in 8.0.X branch.
commit
|
commitdiff
|
tree
2005-09-20
Bruce Momjian
Return proper value for psql -f filename failure if...
commit
|
commitdiff
|
tree
2005-09-15
Teodor Sigaev
Update Snowball. I have to update it because of
commit
|
commitdiff
|
tree
2005-09-12
Tom Lane
Ensure that any memory leaked during an error inside...
commit
|
commitdiff
|
tree
2005-09-12
Neil Conway
Fix a mistake in the documentation for SPI_getbinval...
commit
|
commitdiff
|
tree
2005-09-12
Michael Meskes
Fixed transaction command handling to not ignore savepo...
commit
|
commitdiff
|
tree
2005-09-11
Tom Lane
Avoid changing stdin/stdout to binary mode on Windows...
commit
|
commitdiff
|
tree
2005-09-08
Tom Lane
Update regression tests for new USA timezone data....
commit
|
commitdiff
|
tree
2005-09-07
Tom Lane
Update timezone data files to release 2005m of the...
commit
|
commitdiff
|
tree
2005-09-03
Peter Eisentraut
Translation update
commit
|
commitdiff
|
tree
2005-08-30
Teodor Sigaev
Fix missing rows in query
commit
|
commitdiff
|
tree
2005-08-29
Tom Lane
Sigh, looks like you need '.set mips2' before you can...
commit
|
commitdiff
|
tree
2005-08-28
Tom Lane
Add a SYNC instruction to the S_UNLOCK sequence for...
commit
|
commitdiff
|
tree
2005-08-27
Tom Lane
Get the MIPS assembler syntax right. Also add a separa...
commit
|
commitdiff
|
tree
2005-08-27
Bruce Momjian
Fix typo:
commit
|
commitdiff
|
tree
2005-08-26
Tom Lane
Another try at the inlined MIPS spinlock code. Can...
commit
|
commitdiff
|
tree
2005-08-26
Tom Lane
Back-port recent MIPS and M68K spinlock improvements...
commit
|
commitdiff
|
tree
2005-08-25
Tom Lane
Back-patch fixes for problems with VACUUM destroying...
commit
|
commitdiff
|
tree
2005-08-24
Michael Meskes
- Check for NULL before checking whether argume...
commit
|
commitdiff
|
tree
2005-08-23
Tom Lane
Fix broken lrand48() implementation, per Merlin Moncure.
commit
|
commitdiff
|
tree
2005-08-20
Tom Lane
Invoke mksafefunc and mkunsafefunc with :: decoration...
commit
|
commitdiff
|
tree
2005-08-17
Tom Lane
Remove unnecessary configure test for inet_ntop(),...
commit
|
commitdiff
|
tree
2005-08-16
Tom Lane
Reject operator names >= NAMEDATALEN characters. These...
commit
|
commitdiff
|
tree
2005-08-15
Tom Lane
array_in() and array_recv() need to be more paranoid...
commit
|
commitdiff
|
tree
2005-08-15
Tom Lane
int_array_enum function should be using fcinfo->flinfo...
commit
|
commitdiff
|
tree
2005-08-12
Bruce Momjian
This patch fixes the event type used to log output...
commit
|
commitdiff
|
tree
2005-08-12
Bruce Momjian
[ backpatched to 8.0.X.]
commit
|
commitdiff
|
tree
2005-08-12
Bruce Momjian
Backpatch fseeko fix for seeking from end of file.
commit
|
commitdiff
|
tree
2005-08-11
Bruce Momjian
Backpatch new CVS home page URL.
commit
|
commitdiff
|
tree
2005-08-08
Tom Lane
Fix crash when reading 'timezone = unknown' from postgr...
commit
|
commitdiff
|
tree
2005-08-07
Tom Lane
Fix count_usable_fds() to stop trying to open files...
commit
|
commitdiff
|
tree
2005-08-02
Tom Lane
rmtree() reported the wrong pathname if final rmdir...
commit
|
commitdiff
|
tree
2005-08-02
Tom Lane
Back-port several small portability fixes to get contri...
commit
|
commitdiff
|
tree
2005-07-30
Bruce Momjian
Update AIX FAQ.
commit
|
commitdiff
|
tree
2005-07-29
Tom Lane
Back-patch fix for NOT-below-a-NOT case.
commit
|
commitdiff
|
tree
2005-07-27
Neil Conway
Avoid crashing pg_dump if we can't connect to the datab...
commit
|
commitdiff
|
tree
2005-07-22
Tom Lane
Fix compare_fuzzy_path_costs() to behave a bit more...
commit
|
commitdiff
|
tree
2005-07-18
Tom Lane
It appears that Darwin (OS X) does not cope well with...
commit
|
commitdiff
|
tree
2005-07-18
Tom Lane
Back-patch fix for erroneous backslashing of LIKE pattern.
commit
|
commitdiff
|
tree
2005-07-18
Tom Lane
MemSet() must not cast its pointer argument to int32...
commit
|
commitdiff
|
tree
2005-07-17
Tom Lane
Make pg_regress accept a command-line option for the...
commit
|
commitdiff
|
tree
2005-07-17
Tom Lane
Back-patch recent changes to alter the order of -L...
commit
|
commitdiff
|
tree
2005-07-15
Tom Lane
Check for out-of-range varoattno in deparse_context_for...
commit
|
commitdiff
|
tree
2005-07-15
Tom Lane
Fix overenthusiastic optimization of 'x IN (SELECT...
commit
|
commitdiff
|
tree
2005-07-13
Tom Lane
Fix libpq memory leak during PQreset() --- closePGconn...
commit
|
commitdiff
|
tree
2005-07-08
Tom Lane
Fix config file lexer to not barf if postgresql.conf...
commit
|
commitdiff
|
tree
2005-07-08
Tom Lane
Make libpq_gettext save and restore errno in a Windows...
commit
|
commitdiff
|
tree
2005-07-04
Bruce Momjian
Backpatch to 8.0.X openssl portability fixes to pgcrypto.
commit
|
commitdiff
|
tree
2005-07-04
Bruce Momjian
Fix date_trunct for December dates that are in the...
commit
|
commitdiff
|
tree
2005-07-03
Tom Lane
Fix memory leak in plperl_hash_from_tuple(), per report...
commit
|
commitdiff
|
tree
2005-06-27
Tom Lane
Modify pg_dump to assume that a check constraint is...
commit
|
commitdiff
|
tree
2005-06-25
Tom Lane
Force a checkpoint before committing a CREATE DATABASE...
commit
|
commitdiff
|
tree
2005-06-25
Tom Lane
Fix ancient memory leak in index_create(): RelationInit...
commit
|
commitdiff
|
tree
2005-06-22
Neil Conway
Correct some code in pg_restore when reading the header...
commit
|
commitdiff
|
tree
2005-06-21
Neil Conway
Fix a potential backend crash during authentication...
commit
|
commitdiff
|
tree
2005-06-20
Tom Lane
exec_eval_datum leaks memory when dealing with ROW...
commit
|
commitdiff
|
tree
2005-06-20
Tom Lane
plpgsql's exec_assign_value() freed the old value of...
commit
|
commitdiff
|
tree
2005-06-18
Tom Lane
When using C-string lookup keys in a dynahash.c hash...
commit
|
commitdiff
|
tree
2005-06-17
Bruce Momjian
NetBSD uses "options" not "option".
commit
|
commitdiff
|
tree
2005-06-17
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2005-06-14
Tom Lane
The random selection in function linear() could deliver...
commit
|
commitdiff
|
tree
2005-06-11
Tatsuo Ishii
Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.
commit
|
commitdiff
|
tree
2005-06-09
Tom Lane
Repair error in description of nonblocking usage of...
commit
|
commitdiff
|
tree
2005-06-07
Tom Lane
Use just NULL not NULL::TEXT --- the latter coding...
commit
|
commitdiff
|
tree
2005-06-05
Tom Lane
Code for SET/SHOW TIME ZONE with a fixed-interval timez...
commit
|
commitdiff
|
tree
2005-06-04
Bruce Momjian
Update Chinese FAQ to fix XHTML format.
commit
|
commitdiff
|
tree
2005-06-03
Bruce Momjian
Update Russian FAQ.
commit
|
commitdiff
|
tree
2005-06-02
Tom Lane
Push enable/disable of notify and catchup interrupts...
commit
|
commitdiff
|
tree
2005-06-02
Michael Meskes
Added patch by Gavin Scott <gavin@planetacetech.com...
commit
|
commitdiff
|
tree
2005-06-02
Michael Meskes
Fixed memory leak in ecpglib by adding some missing...
commit
|
commitdiff
|
tree
2005-06-01
Bruce Momjian
Fix log_statement to properly recognize SELECT INTO...
commit
|
commitdiff
|
tree
2005-06-01
Tom Lane
patternsel() was improperly stripping RelabelType from...
commit
|
commitdiff
|
tree
2005-06-01
Teodor Sigaev
Prevent to divide by zero and range out of 0..1
commit
|
commitdiff
|
tree
2005-05-31
Tom Lane
Add test to WAL replay to verify that xl_prev points...
commit
|
commitdiff
|
tree
2005-05-29
Tom Lane
expandRTE and get_rte_attribute_type mistakenly always...
commit
|
commitdiff
|
tree
2005-05-27
Bruce Momjian
Update Farsi FAQ.
commit
|
commitdiff
|
tree
2005-05-26
Neil Conway
Adjust datetime parsing to be more robust. We now pass...
commit
|
commitdiff
|
tree
2005-05-25
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2005-05-25
Tatsuo Ishii
Fix previous patch to exprTypmod.
commit
|
commitdiff
|
tree
2005-05-24
Tatsuo Ishii
Inserting 5 characters into char(10) does not produce...
commit
|
commitdiff
|
tree
2005-05-24
Tom Lane
Previous fix for "x FULL JOIN y ON true" failed to...
commit
|
commitdiff
|
tree
2005-05-23
Neil Conway
Fix typo in PL/Perl Safe.pm initialization that prevent...
commit
|
commitdiff
|
tree
2005-05-20
Bruce Momjian
Update Japanese FAQ.
commit
|
commitdiff
|
tree
2005-05-20
Neil Conway
Fix typo in ECPG docs, per Andreas Seltenreich.
commit
|
commitdiff
|
tree
2005-05-17
Tom Lane
Guard against duplicate IDs in input file in SortTocFro...
commit
|
commitdiff
|
tree
2005-05-17
Bruce Momjian
Convert Chinese FAQ to valid XHTML, finally.
commit
|
commitdiff
|
tree
2005-05-17
Bruce Momjian
Fix Chinese markup some more.
commit
|
commitdiff
|
tree
2005-05-16
Bruce Momjian
Update Chinese FAQ to xhtml.
commit
|
commitdiff
|
tree
2005-05-13
Bruce Momjian
Add -N make flag to bcc builds from /src dir.
commit
|
commitdiff
|
tree
2005-05-13
Tom Lane
Add missing quote, per Dave Page.
commit
|
commitdiff
|
tree
2005-05-13
Tom Lane
Fix broken markup.
commit
|
commitdiff
|
tree
2005-05-13
Tom Lane
Update createuser examples to match the current program...
commit
|
commitdiff
|
tree
2005-05-13
Bruce Momjian
Update chinese encoding specification.
commit
|
commitdiff
|
tree
2005-05-13
Neil Conway
Fix bug in COPY CSV mode: handle consecutive embedded...
commit
|
commitdiff
|
tree
2005-05-11
Bruce Momjian
Fix pg_autovacuum -s flag to handle values > 2000 by...
commit
|
commitdiff
|
tree
next