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
2022-08-29
Robert Haas
docs: Fix up some out-of-date references to INHERIT...
commit
|
commitdiff
|
tree
2022-08-29
David Rowley
Add missing padding from MemoryChunk struct
commit
|
commitdiff
|
tree
2022-08-29
John Naylor
Fix broken cast on MSVC
commit
|
commitdiff
|
tree
2022-08-29
John Naylor
Use ARM Advanced SIMD (NEON) intrinsics where available
commit
|
commitdiff
|
tree
2022-08-29
John Naylor
Abstract some more architecture-specific details away...
commit
|
commitdiff
|
tree
2022-08-29
David Rowley
Improve performance of and reduce overheads of memory...
commit
|
commitdiff
|
tree
2022-08-29
Amit Kapila
Fix the incorrect assertion introduced in commit 7f13ac...
commit
|
commitdiff
|
tree
2022-08-28
Tom Lane
Doc: fix example of recursive query.
commit
|
commitdiff
|
tree
2022-08-28
Peter Eisentraut
Add more detail why repalloc and pfree do not accept...
commit
|
commitdiff
|
tree
2022-08-28
Michael Paquier
Enable RandomizedBaseAddress (ASLR) on Windows with...
commit
|
commitdiff
|
tree
2022-08-27
Tom Lane
Avoid casting away const in sepgsql's quote_object_name.
commit
|
commitdiff
|
tree
2022-08-27
Tom Lane
Doc: add comment about bug fixed in back branches as...
commit
|
commitdiff
|
tree
2022-08-27
Alexander Korotkov
Fix typo in comment for writetuple() function
commit
|
commitdiff
|
tree
2022-08-27
John Naylor
Be more careful to avoid including system headers after...
commit
|
commitdiff
|
tree
2022-08-27
Michael Paquier
Use correct connection for cancellation in frontend...
commit
|
commitdiff
|
tree
2022-08-26
Peter Eisentraut
Remove unneeded null pointer checks before PQfreemem()
commit
|
commitdiff
|
tree
2022-08-26
Peter Eisentraut
Remove unnecessary casts in free() and pfree()
commit
|
commitdiff
|
tree
2022-08-26
John Naylor
Use SSE2 in is_valid_ascii() where available.
commit
|
commitdiff
|
tree
2022-08-26
Peter Eisentraut
Remove obsolete comment
commit
|
commitdiff
|
tree
2022-08-26
Etsuro Fujita
Fix typo in comment.
commit
|
commitdiff
|
tree
2022-08-26
John Naylor
Add optimized functions for linear search within byte...
commit
|
commitdiff
|
tree
2022-08-25
Thomas Munro
Remove configure probe for sockaddr_in6 and require...
commit
|
commitdiff
|
tree
2022-08-25
Peter Eisentraut
libpq code should use libpq_gettext(), not _()
commit
|
commitdiff
|
tree
2022-08-25
Jeff Davis
Fix doc oversight for custom WAL resource managers.
commit
|
commitdiff
|
tree
2022-08-25
David Rowley
Small refactor to get rid of -Wshadow=compatible-local...
commit
|
commitdiff
|
tree
2022-08-25
David Rowley
More -Wshadow=compatible-local warning fixes
commit
|
commitdiff
|
tree
2022-08-25
Robert Haas
Allow grant-level control of role inheritance behavior.
commit
|
commitdiff
|
tree
2022-08-25
Peter Eisentraut
Move NON_EXEC_STATIC from c.h to postgres.h
commit
|
commitdiff
|
tree
2022-08-25
Peter Eisentraut
Update another comment still referring to pg_start...
commit
|
commitdiff
|
tree
2022-08-25
Daniel Gustafsson
doc: Fix typo in GRANT docs
commit
|
commitdiff
|
tree
2022-08-25
Daniel Gustafsson
Fix typo in MVCC test comment
commit
|
commitdiff
|
tree
2022-08-25
John Naylor
Remove unused symbol __aarch64
commit
|
commitdiff
|
tree
2022-08-25
Peter Eisentraut
pg_dump: Fix new ICU tests
commit
|
commitdiff
|
tree
2022-08-25
Andres Freund
aix: Fix SHLIB_EXPORTS reference in VPATH builds
commit
|
commitdiff
|
tree
2022-08-25
Andres Freund
Remove SUBSYS.o rule in common.mk, hasn't been used...
commit
|
commitdiff
|
tree
2022-08-25
Andres Freund
Remove rule to generate postgres.o, not needed for...
commit
|
commitdiff
|
tree
2022-08-25
Andres Freund
solaris: Use versioning scripts instead of -Bsymbolic
commit
|
commitdiff
|
tree
2022-08-24
Robert Haas
Include RelFileLocator fields individually in BufferTag.
commit
|
commitdiff
|
tree
2022-08-24
Peter Eisentraut
pg_dump: Dump colliculocale
commit
|
commitdiff
|
tree
2022-08-24
Tom Lane
Defend against stack overrun in a few more places.
commit
|
commitdiff
|
tree
2022-08-24
David Rowley
Doc: remove duplicate "a" from func.sgml
commit
|
commitdiff
|
tree
2022-08-24
Peter Eisentraut
Fix ICU locale option handling in CREATE DATABASE
commit
|
commitdiff
|
tree
2022-08-24
Michael Paquier
Remove initialization of MyClientConnectionInfo at...
commit
|
commitdiff
|
tree
2022-08-24
David Rowley
Further -Wshadow=compatible-local warning fixes
commit
|
commitdiff
|
tree
2022-08-24
Peter Eisentraut
Change shared library installation naming on macOS
commit
|
commitdiff
|
tree
2022-08-24
Michael Paquier
Allow parallel workers to retrieve some data from Port
commit
|
commitdiff
|
tree
2022-08-24
David Rowley
Further reduce warnings with -Wshadow=compatible-local
commit
|
commitdiff
|
tree
2022-08-23
Peter Eisentraut
Message style adjustment
commit
|
commitdiff
|
tree
2022-08-23
Peter Eisentraut
Remove further unwanted linker flags from perl_embed_ld...
commit
|
commitdiff
|
tree
2022-08-23
Tom Lane
Remove our artificial PG_SOMAXCONN limit on listen...
commit
|
commitdiff
|
tree
2022-08-23
Tom Lane
Doc: document possible need to raise kernel's somaxconn...
commit
|
commitdiff
|
tree
2022-08-23
Tom Lane
Doc: prefer sysctl to /proc/sys in docs and comments.
commit
|
commitdiff
|
tree
2022-08-23
Peter Eisentraut
Remove offsetof definition
commit
|
commitdiff
|
tree
2022-08-23
Thomas Munro
Don't bother to set sockaddr_un.sun_len.
commit
|
commitdiff
|
tree
2022-08-23
Amit Kapila
Add CHECK_FOR_INTERRUPTS while decoding changes.
commit
|
commitdiff
|
tree
2022-08-23
Andres Freund
Don't define FRONTEND for libpq
commit
|
commitdiff
|
tree
2022-08-23
Andres Freund
Don't define FRONTEND for ecpg libraries
commit
|
commitdiff
|
tree
2022-08-23
Andres Freund
Don't define FRONTEND for initdb
commit
|
commitdiff
|
tree
2022-08-23
Andres Freund
Remove redundant call to pgstat_report_wal()
commit
|
commitdiff
|
tree
2022-08-23
Andres Freund
Add BackendType for standalone backends
commit
|
commitdiff
|
tree
2022-08-23
Andres Freund
pgstat: Acquire lock when reading variable-numbered...
commit
|
commitdiff
|
tree
2022-08-23
John Naylor
Switch format specifier for replication origins to %d
commit
|
commitdiff
|
tree
2022-08-23
John Naylor
Remove empty statement
commit
|
commitdiff
|
tree
2022-08-22
Robert Haas
Make role grant system more consistent with other privi...
commit
|
commitdiff
|
tree
2022-08-22
Peter Eisentraut
Fix assertion failure in CREATE DATABASE
commit
|
commitdiff
|
tree
2022-08-22
Daniel Gustafsson
doc: Minor wordsmithing to COPY docs
commit
|
commitdiff
|
tree
2022-08-22
Peter Eisentraut
pg_upgrade: Fix thinko in database info acquisition...
commit
|
commitdiff
|
tree
2022-08-22
Thomas Munro
Remove configure probes for sockaddr_storage members.
commit
|
commitdiff
|
tree
2022-08-22
Amit Kapila
Use logical operator && instead of & in vacuumparallel.c.
commit
|
commitdiff
|
tree
2022-08-22
Michael Paquier
Fix comment in walsender_private.h
commit
|
commitdiff
|
tree
2022-08-20
Peter Eisentraut
Remove dummyret definition
commit
|
commitdiff
|
tree
2022-08-20
Andres Freund
regress: allow to specify directory containing expected...
commit
|
commitdiff
|
tree
2022-08-20
Peter Eisentraut
Remove remaining mentions of UNSAFE_STAT_OK
commit
|
commitdiff
|
tree
2022-08-20
David Rowley
Reduce warnings with -Wshadow=compatible-local builds
commit
|
commitdiff
|
tree
2022-08-19
David Rowley
Remove shadowed local variables that are new in v15
commit
|
commitdiff
|
tree
2022-08-19
Peter Geoghegan
Avoid reltuples distortion in very small tables.
commit
|
commitdiff
|
tree
2022-08-19
Peter Eisentraut
Move a definition inside a header file
commit
|
commitdiff
|
tree
2022-08-19
Michael Paquier
doc: Improve some markups and some wording around archi...
commit
|
commitdiff
|
tree
2022-08-19
Peter Geoghegan
Initialize index stats during parallel VACUUM.
commit
|
commitdiff
|
tree
2022-08-18
Jeff Davis
Use correct LSN for error reporting in pg_walinspect
commit
|
commitdiff
|
tree
2022-08-18
Robert Haas
Bump catversion for 6566133c5f52771198aca07ed18f84519fa...
commit
|
commitdiff
|
tree
2022-08-18
Andres Freund
Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.h
commit
|
commitdiff
|
tree
2022-08-18
Robert Haas
Ensure that pg_auth_members.grantor is always valid.
commit
|
commitdiff
|
tree
2022-08-18
Tom Lane
Improve performance of adjust_appendrel_attrs_multilevel.
commit
|
commitdiff
|
tree
2022-08-18
Robert Haas
Adjust assertion in XLogDecodeNextRecord.
commit
|
commitdiff
|
tree
2022-08-18
Tom Lane
Fix subtly-incorrect matching of parent and child parti...
commit
|
commitdiff
|
tree
2022-08-18
Robert Haas
When using the WAL-logged CREATE DATABASE strategy...
commit
|
commitdiff
|
tree
2022-08-18
Tom Lane
Remove unused configure variable.
commit
|
commitdiff
|
tree
2022-08-18
Peter Eisentraut
Simplify and clarify an error message
commit
|
commitdiff
|
tree
2022-08-18
Thomas Munro
mstcpip.h is not missing on MinGW.
commit
|
commitdiff
|
tree
2022-08-18
Thomas Munro
Remove configure probe for netinet/tcp.h.
commit
|
commitdiff
|
tree
2022-08-18
Thomas Munro
Fix macro problem with gai_strerror on Windows.
commit
|
commitdiff
|
tree
2022-08-18
Thomas Munro
Remove configure probe for sys/sockio.h.
commit
|
commitdiff
|
tree
2022-08-18
Thomas Munro
Remove configure probe for net/if.h.
commit
|
commitdiff
|
tree
2022-08-18
Thomas Munro
Remove dead ifaddr.c fallback code.
commit
|
commitdiff
|
tree
2022-08-18
John Naylor
Update comment in gramparse.h
commit
|
commitdiff
|
tree
2022-08-18
John Naylor
Refer to replication origin roident as "ID" in user...
commit
|
commitdiff
|
tree
2022-08-17
David Rowley
Fix hypothetical problem passing the wrong GROUP BY...
commit
|
commitdiff
|
tree
2022-08-17
Daniel Gustafsson
doc: Add a note on PO editors
commit
|
commitdiff
|
tree
2022-08-17
Tom Lane
Refactor addition of PlaceHolderVars to joinrel targetl...
commit
|
commitdiff
|
tree
next